diff options
| author | Glenn Morris | 2010-04-26 20:32:39 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-04-26 20:32:39 -0700 |
| commit | 8ea5f2d92ff7d9d3c243e76c67ed99f25c2bdae2 (patch) | |
| tree | 5b457fc785de1d404f6302a208429194ff2db7d5 /configure | |
| parent | afd297bc85725b381439fae4d3036652436aa5c2 (diff) | |
| download | emacs-8ea5f2d92ff7d9d3c243e76c67ed99f25c2bdae2.tar.gz emacs-8ea5f2d92ff7d9d3c243e76c67ed99f25c2bdae2.zip | |
Remove some AC_DEFINEs that are now unused.
* configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
replaced by LIBXP.
* configure, src/config.in: Regenerate.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 16 |
1 files changed, 1 insertions, 15 deletions
| @@ -13315,12 +13315,6 @@ fi | |||
| 13315 | $as_echo "$emacs_cv_motif_version_2_1" >&6; } | 13315 | $as_echo "$emacs_cv_motif_version_2_1" >&6; } |
| 13316 | HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1 | 13316 | HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1 |
| 13317 | if test $emacs_cv_motif_version_2_1 = yes; then | 13317 | if test $emacs_cv_motif_version_2_1 = yes; then |
| 13318 | HAVE_LIBXP=no | ||
| 13319 | |||
| 13320 | cat >>confdefs.h <<\_ACEOF | ||
| 13321 | #define HAVE_MOTIF_2_1 1 | ||
| 13322 | _ACEOF | ||
| 13323 | |||
| 13324 | { $as_echo "$as_me:$LINENO: checking for XpCreateContext in -lXp" >&5 | 13318 | { $as_echo "$as_me:$LINENO: checking for XpCreateContext in -lXp" >&5 |
| 13325 | $as_echo_n "checking for XpCreateContext in -lXp... " >&6; } | 13319 | $as_echo_n "checking for XpCreateContext in -lXp... " >&6; } |
| 13326 | if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then | 13320 | if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then |
| @@ -13387,17 +13381,9 @@ fi | |||
| 13387 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xp_XpCreateContext" >&5 | 13381 | { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xp_XpCreateContext" >&5 |
| 13388 | $as_echo "$ac_cv_lib_Xp_XpCreateContext" >&6; } | 13382 | $as_echo "$ac_cv_lib_Xp_XpCreateContext" >&6; } |
| 13389 | if test $ac_cv_lib_Xp_XpCreateContext = yes; then | 13383 | if test $ac_cv_lib_Xp_XpCreateContext = yes; then |
| 13390 | HAVE_LIBXP=yes | 13384 | LIBXP=-lXp |
| 13391 | fi | 13385 | fi |
| 13392 | 13386 | ||
| 13393 | if test ${HAVE_LIBXP} = yes; then | ||
| 13394 | |||
| 13395 | cat >>confdefs.h <<\_ACEOF | ||
| 13396 | #define HAVE_LIBXP 1 | ||
| 13397 | _ACEOF | ||
| 13398 | |||
| 13399 | LIBXP=-lXp | ||
| 13400 | fi | ||
| 13401 | else | 13387 | else |
| 13402 | { $as_echo "$as_me:$LINENO: checking for LessTif where some systems put it" >&5 | 13388 | { $as_echo "$as_me:$LINENO: checking for LessTif where some systems put it" >&5 |
| 13403 | $as_echo_n "checking for LessTif where some systems put it... " >&6; } | 13389 | $as_echo_n "checking for LessTif where some systems put it... " >&6; } |