diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-07-21 22:06:56 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-07-21 22:06:56 +0000 |
commit | f6f32e5a435cc82dc9fe52fbb84975bcc6bca1a4 (patch) | |
tree | 42cadb297b8da1389320147576055231786d6129 /configure1.in | |
parent | 4b7802ed144d6b0e17c369d07f4be893830c7a5b (diff) | |
download | emacs-f6f32e5a435cc82dc9fe52fbb84975bcc6bca1a4.tar.gz |
If we do find x_includes and x_libraries
via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure1.in b/configure1.in index 99133eef74a..f968874228a 100755 --- a/configure1.in +++ b/configure1.in @@ -1004,6 +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 + C_SWITCH_X_SITE="-I\"${x_includes}\"" + LD_SWITCH_X_SITE="-L\"${x_libraries}\"" + fi fi case "${window_system}" in |