Skip to content
Snippets Groups Projects
Commit e33f4c36 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Removed some AC_TRY_RUN warnings.

Rev: src/configure.in:1.208
parent 7543bf28
No related branches found
No related tags found
No related merge requests found
AC_REVISION("$Id: configure.in,v 1.207 1998/06/17 14:01:20 grubba Exp $") AC_REVISION("$Id: configure.in,v 1.208 1998/06/28 16:02:45 grubba Exp $")
AC_INIT(interpret.c) AC_INIT(interpret.c)
AC_CONFIG_HEADER(machine.h) AC_CONFIG_HEADER(machine.h)
...@@ -1662,7 +1662,8 @@ int main(int argc, char **argv) ...@@ -1662,7 +1662,8 @@ int main(int argc, char **argv)
if(x == 2.0) exit(1); if(x == 2.0) exit(1);
exit(0); exit(0);
} }
],pike_cv_sys_idiot_sigfpe=no,pike_cv_sys_idiot_sigfpe=yes) ],pike_cv_sys_idiot_sigfpe=no,pike_cv_sys_idiot_sigfpe=yes,
pike_cv_sys_idiot_sigfpe=yes)
]) ])
if test $pike_cv_sys_idiot_sigfpe = yes ; then if test $pike_cv_sys_idiot_sigfpe = yes ; then
...@@ -1698,7 +1699,8 @@ int main(int argc, char **argv) ...@@ -1698,7 +1699,8 @@ int main(int argc, char **argv)
if(x == 2.0) exit(1); if(x == 2.0) exit(1);
exit(0); exit(0);
} }
],pike_cv_sys_idiot_sigfpe_with_ieee=no,pike_cv_sys_idiot_sigfpe_with_ieee=yes) ],pike_cv_sys_idiot_sigfpe_with_ieee=no,pike_cv_sys_idiot_sigfpe_with_ieee=yes,
pike_cv_sys_idiot_sigfpe_with_ieee=yes)
CFLAGS="$OLD_CFLAGS" CFLAGS="$OLD_CFLAGS"
]) ])
...@@ -1740,7 +1742,8 @@ int main(int argc, char **argv) ...@@ -1740,7 +1742,8 @@ int main(int argc, char **argv)
if(x == 2.0) exit(1); if(x == 2.0) exit(1);
exit(0); exit(0);
} }
],pike_cv_sys_ignore_sigfpe=yes,pike_cv_sys_ignore_sigfpe=no) ],pike_cv_sys_ignore_sigfpe=yes,pike_cv_sys_ignore_sigfpe=no,
pike_cv_sys_ignore_sigfpe=yes)
CFLAGS="$OLD_CFLAGS" CFLAGS="$OLD_CFLAGS"
]) ])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment