12 lines
437 B
Text
12 lines
437 B
Text
--- configure.ac.orig 2010-06-06 19:50:46 UTC
|
|
+++ configure.ac
|
|
@@ -57,6 +57,9 @@ TORA_CHECK_QSCINTILLA
|
|
AX_PATH_LIB_PCRE
|
|
AM_PATH_CPPUNIT([1.10.2], found_cppunit=yes)
|
|
AM_CONDITIONAL([CPPUNIT], [test "x$found_cppunit" = "xyes"])
|
|
+# is mandatory check for libcompat
|
|
+AC_CHECK_LIB(compat, main, [LIBCOMPAT="-lcompat"]) dnl for *BSD
|
|
+AC_SUBST(LIBCOMPAT)
|
|
|
|
# Makefile.am uses these
|
|
AM_CONDITIONAL(HAVE_ORACLE, test "$enable_oracle" = yes)
|