comparison configure @ 108127:4daf18b3d6e8

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.
author Glenn Morris <rgm@gnu.org>
date Mon, 26 Apr 2010 20:32:39 -0700
parents fa115392c7cd
children 1e7aaadc50e8
comparison
equal deleted inserted replaced
108126:fa115392c7cd 108127:4daf18b3d6e8
13313 fi 13313 fi
13314 { $as_echo "$as_me:$LINENO: result: $emacs_cv_motif_version_2_1" >&5 13314 { $as_echo "$as_me:$LINENO: result: $emacs_cv_motif_version_2_1" >&5
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
13327 $as_echo_n "(cached) " >&6 13321 $as_echo_n "(cached) " >&6
13328 else 13322 else
13385 LIBS=$ac_check_lib_save_LIBS 13379 LIBS=$ac_check_lib_save_LIBS
13386 fi 13380 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; }
13404 if test "${emacs_cv_lesstif+set}" = set; then 13390 if test "${emacs_cv_lesstif+set}" = set; then
13405 $as_echo_n "(cached) " >&6 13391 $as_echo_n "(cached) " >&6