summaryrefslogtreecommitdiff
path: root/devel/i386-rtems-gcc/files/patch-gcc::configure
blob: 0b54a1a1594e662d491eb6e1f7b51cd2b4849614 (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
--- gcc-3.2.3/gcc/configure.orig	Mon Feb  3 19:17:46 2003
+++ gcc-3.2.3/gcc/configure	Mon Oct 27 08:00:22 2003
@@ -6013,7 +6017,7 @@
   cat > conftest.$ac_ext <<EOF
 #line 6015 "configure"
 #include "confdefs.h"
-#include <libintl.h>
+#include "%%LOCALBASE%%/include/libintl.h"
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
 { (eval echo configure:6020: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
@@ -6044,7 +6048,7 @@
   cat > conftest.$ac_ext <<EOF
 #line 6046 "configure"
 #include "confdefs.h"
-#include <libintl.h>
+#include "%%LOCALBASE%%/include/libintl.h"
 extern int _nl_msg_cat_cntr;
 int main() {
 bindtextdomain ("", "");
@@ -6076,7 +6080,7 @@
 		cat > conftest.$ac_ext <<EOF
 #line 6078 "configure"
 #include "confdefs.h"
-#include <libintl.h>
+#include "%%LOCALBASE%%/include/libintl.h"
 extern int _nl_msg_cat_cntr;
 int main() {
 bindtextdomain ("", "");