summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 6d94582..32e9411 100644
--- a/configure.in
+++ b/configure.in
@@ -1569,7 +1569,7 @@ dnl External libraries - see ACKNOWLEDGEMENTS
1569gl_INIT 1569gl_INIT
1570 1570
1571dnl Some helpful common compile errors checked here 1571dnl Some helpful common compile errors checked here
1572if test "$ac_cv_uname_s" = 'SunOS' -a "$ac_cv_prog_ac_ct_AR" = 'false' ; then 1572if test "$ac_cv_uname_s" = 'SunOS' -a \( "x$ac_cv_prog_ac_ct_AR" = "x" -o "$ac_cv_prog_ac_ct_AR" = 'false' \) ; then
1573 AC_MSG_ERROR(No ar found for Solaris - is /usr/ccs/bin in PATH?) 1573 AC_MSG_ERROR(No ar found for Solaris - is /usr/ccs/bin in PATH?)
1574fi 1574fi
1575 1575