mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 23:58:54 +02:00
comment the -std1 check and save LIBS properly
-Yosh
This commit is contained in:
@@ -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>
|
Mon Sep 7 07:53:21 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* configure.in: check for all three inline keywords individually.
|
* 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>
|
Mon Sep 7 07:53:21 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* configure.in: check for all three inline keywords individually.
|
* 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>
|
Mon Sep 7 07:53:21 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* configure.in: check for all three inline keywords individually.
|
* 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>
|
Mon Sep 7 07:53:21 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* configure.in: check for all three inline keywords individually.
|
* 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>
|
Mon Sep 7 07:53:21 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* configure.in: check for all three inline keywords individually.
|
* 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>
|
Mon Sep 7 07:53:21 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* configure.in: check for all three inline keywords individually.
|
* 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>
|
Mon Sep 7 07:53:21 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* configure.in: check for all three inline keywords individually.
|
* 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>
|
Mon Sep 7 07:53:21 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* configure.in: check for all three inline keywords individually.
|
* configure.in: check for all three inline keywords individually.
|
||||||
|
@@ -109,8 +109,9 @@ if eval "test x$GCC = xyes"; then
|
|||||||
fi
|
fi
|
||||||
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])
|
AC_MSG_CHECKING([for extra flags to get ANSI library prototypes])
|
||||||
glib_save_LDFLAGS=$LDFLAGS
|
glib_save_LIBS=$LIBS
|
||||||
LIBS="$LIBS -lm"
|
LIBS="$LIBS -lm"
|
||||||
AC_TRY_RUN([#include <math.h>
|
AC_TRY_RUN([#include <math.h>
|
||||||
int main (void) { return (log(1) != log(1.)); }],
|
int main (void) { return (log(1) != log(1.)); }],
|
||||||
|
Reference in New Issue
Block a user