aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorGlenn Morris2010-04-26 20:32:39 -0700
committerGlenn Morris2010-04-26 20:32:39 -0700
commit8ea5f2d92ff7d9d3c243e76c67ed99f25c2bdae2 (patch)
tree5b457fc785de1d404f6302a208429194ff2db7d5 /configure
parentafd297bc85725b381439fae4d3036652436aa5c2 (diff)
downloademacs-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-xconfigure16
1 files changed, 1 insertions, 15 deletions
diff --git a/configure b/configure
index 9bbc94e7fb8..cf4b43fd09a 100755
--- a/configure
+++ b/configure
@@ -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
13320cat >>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; }
13326if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then 13320if 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; }
13389if test $ac_cv_lib_Xp_XpCreateContext = yes; then 13383if test $ac_cv_lib_Xp_XpCreateContext = yes; then
13390 HAVE_LIBXP=yes 13384 LIBXP=-lXp
13391fi 13385fi
13392 13386
13393 if test ${HAVE_LIBXP} = yes; then
13394
13395cat >>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; }