forked from AuroraMiddleware/gtk
comment the -std1 check and save LIBS properly
-Yosh
This commit is contained in:
parent
e096fc9752
commit
f830dc3f36
@ -1,3 +1,7 @@
|
||||
Mon Sep 7 20:09:23 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* configure.in: comment the -std1 check and save LIBS properly
|
||||
|
||||
Sun Sep 6 12:36:23 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/testrgb.c: #include <stdlib.h>
|
||||
|
@ -1,3 +1,7 @@
|
||||
Mon Sep 7 20:09:23 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* configure.in: comment the -std1 check and save LIBS properly
|
||||
|
||||
Sun Sep 6 12:36:23 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/testrgb.c: #include <stdlib.h>
|
||||
|
@ -1,3 +1,7 @@
|
||||
Mon Sep 7 20:09:23 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* configure.in: comment the -std1 check and save LIBS properly
|
||||
|
||||
Sun Sep 6 12:36:23 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/testrgb.c: #include <stdlib.h>
|
||||
|
@ -1,3 +1,7 @@
|
||||
Mon Sep 7 20:09:23 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* configure.in: comment the -std1 check and save LIBS properly
|
||||
|
||||
Sun Sep 6 12:36:23 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/testrgb.c: #include <stdlib.h>
|
||||
|
@ -1,3 +1,7 @@
|
||||
Mon Sep 7 20:09:23 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* configure.in: comment the -std1 check and save LIBS properly
|
||||
|
||||
Sun Sep 6 12:36:23 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/testrgb.c: #include <stdlib.h>
|
||||
|
@ -1,3 +1,7 @@
|
||||
Mon Sep 7 20:09:23 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* configure.in: comment the -std1 check and save LIBS properly
|
||||
|
||||
Sun Sep 6 12:36:23 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/testrgb.c: #include <stdlib.h>
|
||||
|
@ -1,3 +1,7 @@
|
||||
Mon Sep 7 20:09:23 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* configure.in: comment the -std1 check and save LIBS properly
|
||||
|
||||
Sun Sep 6 12:36:23 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/testrgb.c: #include <stdlib.h>
|
||||
|
@ -107,8 +107,9 @@ if 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])
|
||||
gtk_save_LDFLAGS=$LDFLAGS
|
||||
gtk_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