blob: a125349c2c6594317eee9922b5d4636a62c44e0f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- configure.orig Sat Jan 24 20:15:57 2004
+++ configure Sun Jan 25 00:24:23 2004
@@ -323,7 +323,7 @@
prefix=NONE
program_prefix=NONE
program_suffix=NONE
-program_transform_name=s,x,x,
+program_transform_name=
silent=
site=
srcdir=
@@ -6065,7 +6065,7 @@
# avoid using X11 in BeOS
if test $host_os != beos; then
- CPPFLAGS=
+ CPPFLAGS="$X_CFLAGS $CPPFLAGS"
if test x$no_x = x; then
GLIBS="$X_PRE_LIBS -lX11 $EXTRA_LIBS $GLIBS"
fi
|