ossp-pkg/str/configure.ac 1.10 -> 1.11
--- configure.ac 2002/04/01 08:32:54 1.10
+++ configure.ac 2002/04/01 09:03:49 1.11
@@ -34,7 +34,7 @@
AC_CHECK_EXTLIB([Dmalloc], dmalloc, dmalloc_debug, dmalloc.h,
[AC_DEFINE(WITH_DMALLOC, 1, [Define to 1 if building with Dmalloc])])
-AC_CONFIG_HEADERS(str_config.h)
+AC_CONFIG_HEADERS(config.h)
AC_CONFIG_FILES([Makefile str.h str-config])
AC_CONFIG_COMMANDS([adjustment], [chmod a+x str-config])
AC_OUTPUT
|
|