aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gide/files/patch-bb
blob: 28789b97b335ded096457cb79f4dc4c387ed1268 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
--- 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