summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 0dd8551..706ded1 100644
--- a/configure.in
+++ b/configure.in
@@ -1685,6 +1685,11 @@ dnl External libraries - see ACKNOWLEDGEMENTS
1685np_COREUTILS 1685np_COREUTILS
1686np_CURL 1686np_CURL
1687 1687
1688dnl Some helpful common compile errors checked here
1689if test "$ac_cv_uname_s" = 'SunOS' -a "$ac_cv_prog_ac_ct_AR" = 'false' ; then
1690 AC_MSG_ERROR(No ar found for Solaris - is /usr/ccs/bin in PATH?)
1691fi
1692
1688AC_OUTPUT( 1693AC_OUTPUT(
1689 Makefile 1694 Makefile
1690 lib/Makefile 1695 lib/Makefile