summaryrefslogtreecommitdiff
blob: c3dfa83cb5e3b8f728de3620f027aff02b4653e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
the x_libraries variable isnt always defined
http://bugs.gentoo.org/92688

--- configure
+++ configure
@@ -4511,3 +4511,5 @@
 fi
+if test x"$x_libraries" != x; then
 LIBS="-L$x_libraries $LIBS"
+fi