ossp-pkg/lmtp2nntp/configure.ac 1.2 -> 1.3
--- configure.ac 2001/08/20 10:33:22 1.2
+++ configure.ac 2001/08/20 10:45:44 1.3
@@ -15,6 +15,9 @@
dnl # feature tests
AC_SET_MAKE
AC_PROG_CC
+AC_PROG_CPP
+AC_CHECK_DEBUGGING
+AC_CHECK_EXTLIB([Generic String Library], str, str_parse, str.h, :, echo "REQUIRE STR!"; exit 1)
dnl # standard output generation
AC_CONFIG_FILES(Makefile:Makefile.in)
|
|