comment the -std1 check and save LIBS properly
authorManish Singh <yosh@src.gnome.org>
Tue, 8 Sep 1998 03:08:22 +0000 (03:08 +0000)
committerManish Singh <yosh@src.gnome.org>
Tue, 8 Sep 1998 03:08:22 +0000 (03:08 +0000)
-Yosh

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in

index 47b5bd3..f72e7af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Sep  7 20:07:38 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * configure.in: comment the -std1 check and save LIBS properly
+
 Mon Sep  7 07:53:21 1998  Tim Janik  <timj@gtk.org>
 
        * configure.in: check for all three inline keywords individually.
index 47b5bd3..f72e7af 100644 (file)
@@ -1,3 +1,7 @@
+Mon Sep  7 20:07:38 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * configure.in: comment the -std1 check and save LIBS properly
+
 Mon Sep  7 07:53:21 1998  Tim Janik  <timj@gtk.org>
 
        * configure.in: check for all three inline keywords individually.
index 47b5bd3..f72e7af 100644 (file)
@@ -1,3 +1,7 @@
+Mon Sep  7 20:07:38 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * configure.in: comment the -std1 check and save LIBS properly
+
 Mon Sep  7 07:53:21 1998  Tim Janik  <timj@gtk.org>
 
        * configure.in: check for all three inline keywords individually.
index 47b5bd3..f72e7af 100644 (file)
@@ -1,3 +1,7 @@
+Mon Sep  7 20:07:38 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * configure.in: comment the -std1 check and save LIBS properly
+
 Mon Sep  7 07:53:21 1998  Tim Janik  <timj@gtk.org>
 
        * configure.in: check for all three inline keywords individually.
index 47b5bd3..f72e7af 100644 (file)
@@ -1,3 +1,7 @@
+Mon Sep  7 20:07:38 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * configure.in: comment the -std1 check and save LIBS properly
+
 Mon Sep  7 07:53:21 1998  Tim Janik  <timj@gtk.org>
 
        * configure.in: check for all three inline keywords individually.
index 47b5bd3..f72e7af 100644 (file)
@@ -1,3 +1,7 @@
+Mon Sep  7 20:07:38 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * configure.in: comment the -std1 check and save LIBS properly
+
 Mon Sep  7 07:53:21 1998  Tim Janik  <timj@gtk.org>
 
        * configure.in: check for all three inline keywords individually.
index 47b5bd3..f72e7af 100644 (file)
@@ -1,3 +1,7 @@
+Mon Sep  7 20:07:38 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * configure.in: comment the -std1 check and save LIBS properly
+
 Mon Sep  7 07:53:21 1998  Tim Janik  <timj@gtk.org>
 
        * configure.in: check for all three inline keywords individually.
index 47b5bd3..f72e7af 100644 (file)
@@ -1,3 +1,7 @@
+Mon Sep  7 20:07:38 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * configure.in: comment the -std1 check and save LIBS properly
+
 Mon Sep  7 07:53:21 1998  Tim Janik  <timj@gtk.org>
 
        * configure.in: check for all three inline keywords individually.
index 4c64fca..38357d0 100644 (file)
@@ -109,8 +109,9 @@ if eval "test x$GCC = xyes"; then
   fi
 fi
 
+dnl DU4 native cc currently needs -std1 for ANSI mode (instead of K&R)
 AC_MSG_CHECKING([for extra flags to get ANSI library prototypes])
-glib_save_LDFLAGS=$LDFLAGS
+glib_save_LIBS=$LIBS
 LIBS="$LIBS -lm"
 AC_TRY_RUN([#include <math.h>
              int main (void) { return (log(1) != log(1.)); }],