a072ff011e
- Pass maintainership to submitter PR: ports/134429 Submitted by: Cezary Morga <cm@therek>
12 lines
463 B
Text
12 lines
463 B
Text
--- configure.ac.orig 2008-09-14 23:54:41.000000000 +0200
|
|
+++ configure.ac 2009-05-07 19:16:01.329388208 +0200
|
|
@@ -54,6 +54,9 @@
|
|
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)
|