diff options
| author | Glenn Morris | 2010-05-12 20:52:07 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-12 20:52:07 -0700 |
| commit | 472c5d6b4488f3214992db8126e6238255b65a40 (patch) | |
| tree | a79eeeac51174862b9844fffd5cf214e5888cb78 /src/ChangeLog | |
| parent | 0116466b56b2cfee2f4e4bdf2aaa17a9ad0f56ea (diff) | |
| download | emacs-472c5d6b4488f3214992db8126e6238255b65a40.tar.gz emacs-472c5d6b4488f3214992db8126e6238255b65a40.zip | |
Let configure set OLDXMENU, LIBXMENU if !HAVE_MENUS.
* configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
* src/Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
Let configure set these variables (to empty) in this case as well.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0afd7265922..a95c5b06f09 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2010-05-13 Glenn Morris <rgm@gnu.org> | 1 | 2010-05-13 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]: | ||
| 4 | Let configure set these variables (to empty) in this case as well. | ||
| 5 | |||
| 3 | * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp. | 6 | * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp. |
| 4 | (LIBX_BASE): Use $LD_SWITCH_X_SITE. | 7 | (LIBX_BASE): Use $LD_SWITCH_X_SITE. |
| 5 | 8 | ||