striker 2003/08/31 08:27:23
Modified: build dbm.m4
Log:
Ensure autoconf 2.13 compatibility again.
Revision Changes Path
1.3 +5 -1 apr-util/build/dbm.m4
Index: dbm.m4
===================================================================
RCS file: /home/cvs/apr-util/build/dbm.m4,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dbm.m4 29 Aug 2003 22:55:34 -0000 1.2
+++ dbm.m4 31 Aug 2003 15:27:23 -0000 1.3
@@ -75,7 +75,11 @@
;;
esac
- AC_MSG_NOTICE([checking for Berkeley DB $bdb_version in $description])
+ # Since there is no AC_MSG_NOTICE in autoconf 2.13, we use this
+ # trick to display a message instead.
+ AC_MSG_CHECKING([checking for Berkeley DB $bdb_version in $description])
+ AC_MSG_RESULT()
+
for bdb_libname in $bdb_default_search_lib_names; do
for bdb_header in $bdb_default_search_headers; do
# Clear the header cache variable for each location