mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
--- configure.orig Fri May 12 16:14:47 2000
|
|
+++ configure Wed May 17 09:36:16 2000
|
|
@@ -2238,8 +2238,9 @@
|
|
#define WITH_REGEX 1
|
|
EOF
|
|
|
|
- echo $ac_n "checking for GNU regex in libc""... $ac_c" 1>&6
|
|
-echo "configure:2243: checking for GNU regex in libc" >&5
|
|
+LIBS="$LIBS -lgnuregex"
|
|
+ echo $ac_n "checking for GNU regex in libgnuregex""... $ac_c" 1>&6
|
|
+echo "configure:2243: checking for GNU regex in libgnuregex" >&5
|
|
if eval "test \"`echo '$''{'am_cv_gnu_regex'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
@@ -5163,15 +5164,15 @@
|
|
fi
|
|
|
|
|
|
- USE_INCLUDED_LIBINTL=yes
|
|
+ USE_INCLUDED_LIBINTL=no
|
|
CATOBJEXT=.gmo
|
|
INSTOBJEXT=.mo
|
|
DATADIRNAME=share
|
|
- INTLDEPS='$(top_builddir)/intl/libintl.a'
|
|
- INTLLIBS=$INTLDEPS
|
|
- LIBS=`echo $LIBS | sed -e 's/-lintl//'`
|
|
- nls_cv_header_intl=intl/libintl.h
|
|
- nls_cv_header_libgt=intl/libgettext.h
|
|
+ INTLDEPS=
|
|
+ INTLLIBS=
|
|
+ LIBS='-lintl'
|
|
+ nls_cv_header_intl=
|
|
+ nls_cv_header_libgt=
|
|
fi
|
|
|
|
if test "$XGETTEXT" != ":"; then
|