aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2007-01-29 08:03:24 +0000
committerJan Djärv2007-01-29 08:03:24 +0000
commit8d097e4711facdeecd7ce8a3479aaeb04ee85ebc (patch)
treeaa892d42cac3fce94e3039803db8343ca7200725 /src
parent106bfcaeab770b989ada669e6534548242238791 (diff)
downloademacs-8d097e4711facdeecd7ce8a3479aaeb04ee85ebc.tar.gz
emacs-8d097e4711facdeecd7ce8a3479aaeb04ee85ebc.zip
Fix bad quoute in previous checkin.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index cd2c15a636d..4e2913eafb6 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -404,7 +404,7 @@ LIBXT=$(LIBW)
404 404
405#if HAVE_XFT 405#if HAVE_XFT
406#undef LIB_X11_LIB /* XFT_LIBS includes -lX11 */ 406#undef LIB_X11_LIB /* XFT_LIBS includes -lX11 */
407XFT_LIBS=@XFT_LIBS@" 407XFT_LIBS=@XFT_LIBS@
408#endif /* HAVE_XFT */ 408#endif /* HAVE_XFT */
409 409
410#if HAVE_XPM 410#if HAVE_XPM