diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2008-03-11 00:10:23 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2008-03-11 00:10:23 (GMT) |
commit | dc2ec71d22943a02058f1944e05e4f5c8db15f88 (patch) | |
tree | dc8cedfc2f151e01cc09b4e640fc5e8b33cfe62c /configure.in | |
parent | 9f3d864fd3e47d4e728b196b1b6948a8a5e47e4e (diff) | |
download | monitoring-plugins-dc2ec71d22943a02058f1944e05e4f5c8db15f88.tar.gz |
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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
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 | |||
1569 | gl_INIT | 1569 | gl_INIT |
1570 | 1570 | ||
1571 | dnl Some helpful common compile errors checked here | 1571 | dnl Some helpful common compile errors checked here |
1572 | if test "$ac_cv_uname_s" = 'SunOS' -a "$ac_cv_prog_ac_ct_AR" = 'false' ; then | 1572 | 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 |
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?) |
1574 | fi | 1574 | fi |
1575 | 1575 | ||