# HG changeset patch # User Stu Tomlinson # Date 1134758228 0 # Node ID 9c562c0316d80d97492c5c623d966010bc540a6c # Parent abee34af2f55b5710fa2147ad047085c8debd8c1 [gaim-migrate @ 14814] I hate autotools committer: Tailor Script diff -r abee34af2f55 -r 9c562c0316d8 configure.ac --- 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"