Changeset 4196 for trunk/configure
- Timestamp:
- 03/21/07 09:51:40 (2 years ago)
- Files:
-
- trunk/configure (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/configure
r4190 r4196 1840 1840 # Check whether --with-kerberos was given. 1841 1841 if test "${with_kerberos+set}" = set; then 1842 withval=$with_kerberos; cat >>confdefs.h <<\_ACEOF 1842 withval=$with_kerberos; if test "$withval" = yes; then 1843 cat >>confdefs.h <<\_ACEOF 1843 1844 #define KERBEROS 1 1844 1845 _ACEOF 1845 1846 1847 fi 1846 1848 fi 1847 1849 … … 1858 1860 1859 1861 fi 1860 fi1861 1862 1862 1863 cat >>confdefs.h <<\_ACEOF … … 1865 1866 1866 1867 fi 1868 fi 1867 1869 1868 1870 1869 1871 # Check whether --with-hesiod was given. 1870 1872 if test "${with_hesiod+set}" = set; then 1871 withval=$with_hesiod; 1873 withval=$with_hesiod; if test "$withval" = yes; then 1874 1872 1875 cat >>confdefs.h <<\_ACEOF 1873 1876 #define HESIOD 1 1874 1877 _ACEOF 1875 1878 1879 fi 1876 1880 fi 1877 1881 … … 2246 2250 case "${canonical}" in 2247 2251 alpha*-*-openbsd*) machine=alpha ;; 2252 arm-*-openbsd*) machine=arm ;; 2253 hppa-*-openbsd*) machine=hp9000s300 ;; 2254 i386-*-openbsd*) machine=intel386 ;; 2255 m68k-*-openbsd*) machine=hp9000s300 ;; 2256 m88k-*-openbsd*) machine=aviion ;; 2257 mips64-*-openbsd*) machine=mips64 ;; 2258 powerpc-*-openbsd*) machine=macppc ;; 2259 sh-*-openbsd*) machine=sh3el ;; 2260 sparc*-*-openbsd*) machine=sparc ;; 2261 vax-*-openbsd*) machine=vax ;; 2262 x86_64-*-openbsd*) machine=amdx86-64 ;; 2248 2263 i386-*-openbsd*) machine=intel386 ;; 2249 2264 x86_64-*-openbsd*) machine=amdx86-64 ;; … … 3101 3116 ;; 3102 3117 3118 ## Tensilica Xtensa Linux-based GNU system 3119 xtensa-*-linux-gnu* ) 3120 machine=xtensa opsys=gnu-linux 3121 ;; 3122 3103 3123 * ) 3104 3124 unported=yes … … 11735 11755 if test "$HAVE_XFT" != no; then 11736 11756 OLD_CFLAGS="$CPPFLAGS" 11737 OLD_C FLAGS="$CFLAGS"11757 OLD_CPPFLAGS="$CFLAGS" 11738 11758 OLD_LIBS="$LIBS" 11739 11759 CPPFLAGS="$CPPFLAGS $XFT_CFLAGS" … … 23043 23063 CPPFLAGS="$CPPFLAGS -DXASSERTS=1" 23044 23064 echo 23065 fi 23066 23067 if test "$USE_X_TOOLKIT" = GTK; then 23068 case "$canonical" in 23069 *cygwin*) 23070 echo "There are known problems with Emacs and Gtk+ on cygwin, so you 23071 will probably get a crash on startup. If this happens, please use another 23072 toolkit for Emacs. See etc/PROBLEMS for more information." 23073 ;; 23074 esac 23045 23075 fi 23046 23076
