From: Richard M. Stallman Date: Wed, 21 Jul 1993 22:12:08 +0000 (+0000) Subject: Fix up previous change. X-Git-Tag: emacs-19.34~11643 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7c7b8f9d15649275e197416dce49cf47546b8089;p=emacs.git Fix up previous change. --- diff --git a/configure1.in b/configure1.in index f968874228a..368317ed498 100755 --- a/configure1.in +++ b/configure1.in @@ -1004,8 +1004,10 @@ if [ "0${x_includes}" = 0 ] && [ "0${x_libraries}" = 0 ]; then ] AC_FIND_X [ - if [ "0${x_includes}" = 0 ] && [ "0${x_libraries}" = 0 ]; then + if [ "0${x_includes}" != 0 ]; then C_SWITCH_X_SITE="-I\"${x_includes}\"" + fi + if [ "0${x_libraries}" != 0 ]; then LD_SWITCH_X_SITE="-L\"${x_libraries}\"" fi fi