mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 10:16:17 +01:00
comment the -std1 check and save LIBS properly
-Yosh
This commit is contained in:
parent
0b42c37e7d
commit
ce7ffeb304
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.)); }],
|
||||
|
Loading…
Reference in New Issue
Block a user