blob: b7964a4911ff2d4cffd76b5977346fa40db3ee88 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- configure.orig Thu Apr 13 19:18:25 2000
+++ configure Thu Apr 20 09:07:57 2000
@@ -5618,7 +5618,7 @@
echo $ac_n "checking for Qt insanity""... $ac_c" 1>&6
echo "configure:5620: checking for Qt insanity" >&5
- QT_CFLAGS="-I${QTDIR}/include/qt"
+ QT_CFLAGS="-I${QTDIR}/include/X11/qt"
QT_LIBS="-L/usr/X11R6/lib -L${QTDIR}/lib -lqt -lXext -lX11"
# Check whether --with-static-qt or --without-static-qt was given.
@@ -7108,6 +7108,9 @@
case "$target_os" in
os2*)
LIBS=
+ ;;
+freebsd*)
+ CPPFLAGS="${CPPFLAGS} ${X_CFLAGS}"
;;
esac
for ac_hdr in sys/byteorder.h compat.h getopt.h
|