[Box Backup-dev] COMMIT r604 - box/chris/general

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Tue, 30 May 2006 19:24:56 +0000 (GMT)


Author: chris
Date: 2006-05-30 19:24:51 +0000 (Tue, 30 May 2006)
New Revision: 604

Modified:
   box/chris/general/configure.ac
Log:
* configure.ac
- Fixed missing define for presence of regex.h
- Display status of regex support at end of configure


Modified: box/chris/general/configure.ac
===================================================================
--- box/chris/general/configure.ac	2006-05-30 19:24:03 UTC (rev 603)
+++ box/chris/general/configure.ac	2006-05-30 19:24:51 UTC (rev 604)
@@ -97,6 +97,7 @@
 AC_CHECK_HEADER([regex.h], [have_regex_h=yes])
 
 if test "$have_regex_h" = "yes"; then
+  AC_DEFINE([HAVE_REGEX_H], [1], [Define to 1 if regex.h is available])
   AC_SEARCH_LIBS([regcomp], [pcreposix])
 fi
 
@@ -238,6 +239,7 @@
 without these features, but will work better where they are present. Refer
 to the documentation for more information on each feature.
 
+Regular expressions: $have_regex_h
 Large files:         $have_large_file_support
 Berkeley DB:         $ax_path_bdb_ok
 Readline:            $have_libreadline