emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/configure.in


From: Francesco Potortì
Subject: [Emacs-diffs] Changes to emacs/configure.in
Date: Sun, 06 Apr 2003 06:47:52 -0400

Index: emacs/configure.in
diff -c emacs/configure.in:1.328 emacs/configure.in:1.329
*** emacs/configure.in:1.328    Mon Mar  3 13:29:42 2003
--- emacs/configure.in  Sun Mar 16 17:30:36 2003
***************
*** 1685,1690 ****
--- 1685,1706 ----
    HAVE_XFREE386=no
  fi
  AC_MSG_RESULT($HAVE_XFREE386)
+   
+ dnl Check for need for bigtoc support on IBM AIX
+ 
+ case ${host_os} in
+ aix*)
+   AC_CACHE_CHECK([for -bbigtoc option], [gdb_cv_bigtoc], [
+     case $GCC in
+     yes) gdb_cv_bigtoc=-Wl,-bbigtoc ;;
+     *) gdb_cv_bigtoc=-bbigtoc ;;
+     esac
+ 
+     LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc
+     AC_TRY_LINK([], [int i;], [], [gdb_cv_bigtoc=])
+   ])
+   ;;
+ esac
  
  # Change CFLAGS and CPPFLAGS temporarily so that C_SWITCH_X_SITE gets
  # used for the tests that follow.  We set them back to REAL_CFLAGS and




reply via email to

[Prev in Thread] Current Thread [Next in Thread]