diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-12-06 17:00:30 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-12-06 17:00:30 (GMT) |
commit | 796dcbf99e5ccbbb34017a79f99c43032a79d3f6 (patch) | |
tree | 26aba02cdce96095290d7b23602893de298ff404 | |
parent | 317332a239b11bf98156e1f88e850556c1788f72 (diff) | |
download | monitoring-plugins-796dcbf99e5ccbbb34017a79f99c43032a79d3f6.tar.gz |
Flag common compile error because of no ar on Solaris
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1543 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | configure.in | 5 |
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 | |||
1685 | np_COREUTILS | 1685 | np_COREUTILS |
1686 | np_CURL | 1686 | np_CURL |
1687 | 1687 | ||
1688 | dnl Some helpful common compile errors checked here | ||
1689 | if 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?) | ||
1691 | fi | ||
1692 | |||
1688 | AC_OUTPUT( | 1693 | AC_OUTPUT( |
1689 | Makefile | 1694 | Makefile |
1690 | lib/Makefile | 1695 | lib/Makefile |