From dc2ec71d22943a02058f1944e05e4f5c8db15f88 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Tue, 11 Mar 2008 00:10:23 +0000 Subject: Fixed link -m64 problems on pst3 for solaris. Fixed _FILE_OFFSET_BITS redefinition warnings. Fixed helper ar error in ./configure git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1938 f882894a-f735-0410-b71e-b25c423dba1c --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 6d94582c..32e9411e 100644 --- a/configure.in +++ b/configure.in @@ -1569,7 +1569,7 @@ dnl External libraries - see ACKNOWLEDGEMENTS gl_INIT dnl Some helpful common compile errors checked here -if test "$ac_cv_uname_s" = 'SunOS' -a "$ac_cv_prog_ac_ct_AR" = 'false' ; then +if test "$ac_cv_uname_s" = 'SunOS' -a \( "x$ac_cv_prog_ac_ct_AR" = "x" -o "$ac_cv_prog_ac_ct_AR" = 'false' \) ; then AC_MSG_ERROR(No ar found for Solaris - is /usr/ccs/bin in PATH?) fi -- cgit v1.2.3-74-g34f1