[Pkg-wmaker-commits] [wmbiff] 04/11: remove check for gnuregex

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:03:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_4_14
in repository wmbiff.

commit bb298b78d31215f9a4e0d35612c84431ca06f3ae
Author: bluehal <bluehal>
Date:   Tue Jan 28 11:14:10 2003 +0000

    remove check for gnuregex
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index dc474da..79f2677 100644
--- a/configure.ac
+++ b/configure.ac
@@ -85,8 +85,8 @@ AC_SUBST(GCRYPT_MAN_STATUS)
 AC_SUBST(GNUTLS_COMMON_O)
 
 dnl regex stuff.
-AC_CHECK_HEADERS(regex.h gnuregex.h) dnl linux has regex.h, BSD gnuregex
-AC_CHECK_LIB(gnuregex, re_search) dnl BSD.
+AC_CHECK_HEADERS(regex.h) dnl gnuregex.h 
+dnl no longer needed AC_CHECK_LIB(gnuregex, re_search) dnl BSD.
 
 dnl X11 stuff.
 AC_PATH_XTRA

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list