changeset 12502:9c562c0316d8

[gaim-migrate @ 14814] I hate autotools committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Fri, 16 Dec 2005 18:37:08 +0000
parents abee34af2f55
children 8ed35c29007f
files configure.ac
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Fri Dec 16 18:26:18 2005 +0000
+++ b/configure.ac	Fri Dec 16 18:37:08 2005 +0000
@@ -469,12 +469,12 @@
 # We can't assume that $x_libraries will be set, because autoconf does not
 # set it in the case when the X libraries are in a standard place.
 # Ditto for $x_includes
-if test X"$x_libraries" = X"" ; then
+if test X"$x_libraries" = X"" || test X"$x_libraries" = XNONE; then
 	x_libpath_add=
 else
 	x_libpath_add="-L$x_libraries"
 fi
-if test X"$x_includes" = X"" ; then
+if test X"$x_includes" = X"" || test X"$x_includes" = XNONE; then
 	x_incpath_add=
 else
 	x_incpath_add="-I$x_includes"