blob: a6dca184ded215387184732ab87df33fc3a21d23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- configure.ac 2005-01-07 00:40:00.529229232 -0500
+++ configure.ac 2005-01-07 00:40:42.373867880 -0500
@@ -9882,3 +9882,7 @@
if test -z "$no_x" ; then
+ if test x"$x_includes" != x ; then
CPPFLAGS="$CPPFLAGS -I$x_includes"
+ fi
+ if test x"$x_libraries" != x ; then
LDFLAGS="$LDFLAGS -L$x_libraries"
+ fi
--- configure 2005-01-07 00:40:00.529229232 -0500
+++ configure 2005-01-07 00:40:42.373867880 -0500
@@ -9882,3 +9882,7 @@
if test -z "$no_x" ; then
+ if test x"$x_includes" != x ; then
CPPFLAGS="$CPPFLAGS -I$x_includes"
+ fi
+ if test x"$x_libraries" != x ; then
LDFLAGS="$LDFLAGS -L$x_libraries"
+ fi
|