pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-06-28
1998-06-28 16:02:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>
e33f4c36512053122952363315ad68a3d0e500a5 (
12
lines) (+
8
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
Removed some AC_TRY_RUN warnings.
Rev: src/configure.in:1.208
1:
-
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_CONFIG_HEADER(machine.h)
1662:
if(x == 2.0) exit(1); 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
1698:
if(x == 2.0) exit(1); 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" ])
1740:
if(x == 2.0) exit(1); 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" ])