Changeset 4196 for trunk/configure

Show
Ignore:
Timestamp:
03/21/07 09:51:40 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configure

    r4190 r4196  
    18401840# Check whether --with-kerberos was given. 
    18411841if 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 
    18431844#define KERBEROS 1 
    18441845_ACEOF 
    18451846 
     1847fi 
    18461848fi 
    18471849 
     
    18581860 
    18591861  fi 
    1860 fi 
    18611862 
    18621863cat >>confdefs.h <<\_ACEOF 
     
    18651866 
    18661867fi 
     1868fi 
    18671869 
    18681870 
    18691871# Check whether --with-hesiod was given. 
    18701872if test "${with_hesiod+set}" = set; then 
    1871   withval=$with_hesiod; 
     1873  withval=$with_hesiod; if test "$withval" = yes; then 
     1874 
    18721875cat >>confdefs.h <<\_ACEOF 
    18731876#define HESIOD 1 
    18741877_ACEOF 
    18751878 
     1879fi 
    18761880fi 
    18771881 
     
    22462250    case "${canonical}" in 
    22472251      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 ;; 
    22482263      i386-*-openbsd*)  machine=intel386 ;; 
    22492264      x86_64-*-openbsd*)    machine=amdx86-64 ;; 
     
    31013116  ;; 
    31023117 
     3118  ## Tensilica Xtensa Linux-based GNU system 
     3119  xtensa-*-linux-gnu* ) 
     3120    machine=xtensa opsys=gnu-linux 
     3121    ;; 
     3122 
    31033123  * ) 
    31043124    unported=yes 
     
    1173511755  if test "$HAVE_XFT" != no; then 
    1173611756    OLD_CFLAGS="$CPPFLAGS" 
    11737     OLD_CFLAGS="$CFLAGS" 
     11757    OLD_CPPFLAGS="$CFLAGS" 
    1173811758    OLD_LIBS="$LIBS" 
    1173911759    CPPFLAGS="$CPPFLAGS $XFT_CFLAGS" 
     
    2304323063   CPPFLAGS="$CPPFLAGS -DXASSERTS=1" 
    2304423064   echo 
     23065fi 
     23066 
     23067if 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 
    2304523075fi 
    2304623076