diff options
| author | Jan Djärv | 2007-01-29 08:03:24 +0000 |
|---|---|---|
| committer | Jan Djärv | 2007-01-29 08:03:24 +0000 |
| commit | 8d097e4711facdeecd7ce8a3479aaeb04ee85ebc (patch) | |
| tree | aa892d42cac3fce94e3039803db8343ca7200725 /src | |
| parent | 106bfcaeab770b989ada669e6534548242238791 (diff) | |
| download | emacs-8d097e4711facdeecd7ce8a3479aaeb04ee85ebc.tar.gz emacs-8d097e4711facdeecd7ce8a3479aaeb04ee85ebc.zip | |
Fix bad quoute in previous checkin.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
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 */ |
| 407 | XFT_LIBS=@XFT_LIBS@" | 407 | XFT_LIBS=@XFT_LIBS@ |
| 408 | #endif /* HAVE_XFT */ | 408 | #endif /* HAVE_XFT */ |
| 409 | 409 | ||
| 410 | #if HAVE_XPM | 410 | #if HAVE_XPM |