comparison configure.in @ 108207:f015ae3fb447

Remove LD_SWITCH_MACHINE. * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused. (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE. * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused. (ac_link): Do not use ld_switch_machine.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 01 May 2010 14:38:59 -0700
parents 804e9ced8374
children 100210917be8
comparison
equal deleted inserted replaced
108206:d37472566980 108207:f015ae3fb447
919 919
920 #ifndef C_WARNINGS_SWITCH 920 #ifndef C_WARNINGS_SWITCH
921 #define C_WARNINGS_SWITCH ${C_WARNINGS_SWITCH} 921 #define C_WARNINGS_SWITCH ${C_WARNINGS_SWITCH}
922 #endif 922 #endif
923 923
924 #ifndef LD_SWITCH_MACHINE
925 #define LD_SWITCH_MACHINE
926 #endif
927
928 #ifndef LD_SWITCH_SYSTEM 924 #ifndef LD_SWITCH_SYSTEM
929 #define LD_SWITCH_SYSTEM 925 #define LD_SWITCH_SYSTEM
930 #endif 926 #endif
931 927
932 #ifndef LD_SWITCH_X_SITE_AUX 928 #ifndef LD_SWITCH_X_SITE_AUX
933 #define LD_SWITCH_X_SITE_AUX 929 #define LD_SWITCH_X_SITE_AUX
934 #endif 930 #endif
935 931
936 configure___ ld_switch_system=LD_SWITCH_SYSTEM 932 configure___ ld_switch_system=LD_SWITCH_SYSTEM
937 configure___ ld_switch_machine=LD_SWITCH_MACHINE
938 933
939 #ifdef THIS_IS_CONFIGURE 934 #ifdef THIS_IS_CONFIGURE
940 935
941 /* Get the CFLAGS for tests in configure. */ 936 /* Get the CFLAGS for tests in configure. */
942 #ifdef __GNUC__ 937 #ifdef __GNUC__
970 else 965 else
971 REAL_CFLAGS="$CFLAGS" 966 REAL_CFLAGS="$CFLAGS"
972 fi] 967 fi]
973 rm ${tempcname} 968 rm ${tempcname}
974 969
975 ac_link="$ac_link $ld_switch_machine $ld_switch_system" 970 ac_link="$ac_link $ld_switch_system"
976 971
977 ### Make sure subsequent tests use flags consistent with the build flags. 972 ### Make sure subsequent tests use flags consistent with the build flags.
978 973
979 if test x"${OVERRIDE_CPPFLAGS}" != x; then 974 if test x"${OVERRIDE_CPPFLAGS}" != x; then
980 CPPFLAGS="${OVERRIDE_CPPFLAGS}" 975 CPPFLAGS="${OVERRIDE_CPPFLAGS}"