21 lines
704 B
Diff
21 lines
704 B
Diff
--- configure.in
|
|
+++ configure.in
|
|
@@ -1279,7 +1279,7 @@
|
|
# See if we find them without any special options.
|
|
# Do not add to $LIBS permanently.
|
|
ac_save_LIBS="$LIBS"
|
|
-LIBS="-l$gltt_direct_test_library $LIBS"
|
|
+LIBS="-l$gltt_direct_test_library -lttf $LIBS"
|
|
# First see if replacing the include by lib works.
|
|
for ac_dir in `echo "$ac_gltt_includes" | sed s%/X11$%% | sed s/include/lib/` \
|
|
\
|
|
@@ -1451,7 +1451,7 @@
|
|
\
|
|
/usr/local/include \
|
|
/usr/remote/include \
|
|
- /usr/include/X11 \
|
|
+ /usr/include \
|
|
/usr/unsupported/include \
|
|
/usr/athena/include \
|
|
/usr/local/x11r5/include \
|