/[emacs]/emacs/configure.in
ViewVC logotype

Diff of /emacs/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.303 by rost, Wed Jul 24 19:43:02 2002 UTC revision 1.304 by rms, Thu Sep 5 22:58:05 2002 UTC
# Line 1200  then Line 1200  then
1200    CC="$CC $NON_GCC_TEST_OPTIONS"    CC="$CC $NON_GCC_TEST_OPTIONS"
1201  fi  fi
1202    
 if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x  
 then  
   ac_link="$ac_link $GCC_LINK_TEST_OPTIONS"  
 fi  
   
 if test x$GCC = x && test "x$NON_GCC_LINK_TEST_OPTIONS" != x  
 then  
   ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS"  
 fi  
   
1203  #### Some other nice autoconf tests.  If you add a test here which  #### Some other nice autoconf tests.  If you add a test here which
1204  #### should make an entry in src/config.h, don't forget to add an  #### should make an entry in src/config.h, don't forget to add an
1205  #### #undef clause to src/config.h.in for autoconf to modify.  #### #undef clause to src/config.h.in for autoconf to modify.
# Line 1223  if test "x$RANLIB" = x; then Line 1213  if test "x$RANLIB" = x; then
1213    AC_PROG_RANLIB    AC_PROG_RANLIB
1214  fi  fi
1215    
1216    dnl Add our options to ac_link now, after it is set up.
1217    
1218    if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x
1219    then
1220      ac_link="$ac_link $GCC_LINK_TEST_OPTIONS"
1221    fi
1222    
1223    if test x$GCC = x && test "x$NON_GCC_LINK_TEST_OPTIONS" != x
1224    then
1225      ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS"
1226    fi
1227    
1228  dnl checks for Unix variants  dnl checks for Unix variants
1229  AC_AIX  AC_AIX
1230    
# Line 1817  if test "${HAVE_X11}" = "yes"; then Line 1819  if test "${HAVE_X11}" = "yes"; then
1819  fi  fi
1820    
1821  if test "${USE_X_TOOLKIT}" = "MOTIF"; then  if test "${USE_X_TOOLKIT}" = "MOTIF"; then
1822      AC_CACHE_CHECK(for LessTif where some systems put it,
1823      [AC_TRY_COMPILE([#include </usr/X11R6/LessTif/Motif1.2/include/Xm/Xm.h>],
1824        [int x = 5;],
1825        emacs_cv_lesstif=yes, emacs_cv_lesstif=no)
1826      if test $emacs_cv_lesstif = yes; then
1827        CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS"
1828        LDFLAGS="-L/usr/X11R6/LessTif/Motif1.2/lib $LDFLAGS"
1829      fi
1830    AC_CACHE_CHECK(for Motif version 2.1, emacs_cv_motif_version_2_1,    AC_CACHE_CHECK(for Motif version 2.1, emacs_cv_motif_version_2_1,
1831    [AC_TRY_COMPILE([#include <Xm/Xm.h>],    [AC_TRY_COMPILE([#include <Xm/Xm.h>],
1832      [#if XmVERSION > 2 || (XmVERSION == 2 && XmREVISION >= 1)      [#if XmVERSION > 2 || (XmVERSION == 2 && XmREVISION >= 1)

Legend:
Removed from v.1.303  
changed lines
  Added in v.1.304

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26