View | Details | Raw Unified | Return to bug 122466
Collapse All | Expand All

(-)configure.ac (+3 lines)
Lines 53-58 Link Here
53
AX_PATH_LIB_PCRE
53
AX_PATH_LIB_PCRE
54
AM_PATH_CPPUNIT([1.10.2], found_cppunit=yes)
54
AM_PATH_CPPUNIT([1.10.2], found_cppunit=yes)
55
AM_CONDITIONAL([CPPUNIT], [test "x$found_cppunit" = "xyes"])
55
AM_CONDITIONAL([CPPUNIT], [test "x$found_cppunit" = "xyes"])
56
# is mandatory check for libcompat
57
AC_CHECK_LIB(compat, main, [LIBCOMPAT="-lcompat"]) dnl for *BSD
58
AC_SUBST(LIBCOMPAT)
56
59
57
# Makefile.am uses these
60
# Makefile.am uses these
58
AM_CONDITIONAL(ENABLE_MONO, test "$enable_mono" = yes)
61
AM_CONDITIONAL(ENABLE_MONO, test "$enable_mono" = yes)

Return to bug 122466