summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-08-23 18:23:31 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-08-23 18:23:31 -0400
commit73e2abd1b2e2bacbd353999a7b3edd95a04112c4 (patch)
tree4ae4a6a5355913345877b593bcc530f001660b26 /configure.ac
parent632a37034a4d3a3cc2ad2bb786709c2497c5c97f (diff)
downloadfork-ledger-73e2abd1b2e2bacbd353999a7b3edd95a04112c4.tar.gz
fork-ledger-73e2abd1b2e2bacbd353999a7b3edd95a04112c4.tar.bz2
fork-ledger-73e2abd1b2e2bacbd353999a7b3edd95a04112c4.zip
a little cleanup; reversed the meaning of -z and -p (to be more mnemonic)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8fe779ab..c5f319f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,8 +13,8 @@ AC_PROG_MAKE_SET
AC_PROG_RANLIB
# Checks for libraries.
-AC_CHECK_LIB([gmp], [__gmpz_add])
-AC_CHECK_LIB([pcre], [pcre_compile])
+AC_CHECK_LIB([gmp], [__gmpz_add],, [AC_MSG_FAILURE("Could not find libgmp!")])
+AC_CHECK_LIB([pcre], [pcre_compile],, [AC_MSG_FAILURE("Could not find libpcre!")])
AC_CHECK_LIB([xmlparse], [XML_ParserCreate])
# Checks for header files.