comparison configure.ac @ 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 3992105b8df5
children 5bf6c0c908b2
comparison
equal deleted inserted replaced
12501:abee34af2f55 12502:9c562c0316d8
467 467
468 AC_PATH_XTRA 468 AC_PATH_XTRA
469 # We can't assume that $x_libraries will be set, because autoconf does not 469 # We can't assume that $x_libraries will be set, because autoconf does not
470 # set it in the case when the X libraries are in a standard place. 470 # set it in the case when the X libraries are in a standard place.
471 # Ditto for $x_includes 471 # Ditto for $x_includes
472 if test X"$x_libraries" = X"" ; then 472 if test X"$x_libraries" = X"" || test X"$x_libraries" = XNONE; then
473 x_libpath_add= 473 x_libpath_add=
474 else 474 else
475 x_libpath_add="-L$x_libraries" 475 x_libpath_add="-L$x_libraries"
476 fi 476 fi
477 if test X"$x_includes" = X"" ; then 477 if test X"$x_includes" = X"" || test X"$x_includes" = XNONE; then
478 x_incpath_add= 478 x_incpath_add=
479 else 479 else
480 x_incpath_add="-I$x_includes" 480 x_incpath_add="-I$x_includes"
481 fi 481 fi
482 482