pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-01-02
1998-01-02 08:18:43 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
a2db6be47775e7b599c3c17e9d1d6ea86020f376 (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
bugfixes
Rev: src/configure.in:1.146
Rev: src/threads.c:1.49
Rev: src/threads.h:1.23
1:
-
AC_REVISION("$Id: configure.in,v 1.
145
1998/01/02
01
:
05
:
41
hubbe Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
146
1998/01/02
08
:
18
:
42
hubbe Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
212:
if test "x$with_cdebug" = "xno" ; then AC_SYS_COMPILER_FLAG(-fomit-frame-pointer,fomit_frame_pointer,OPTIMIZE)
-
else
+
CFLAGS=`echo " $CFLAGS " | sed -e 's@ -g @@g'`
-
+
else
+
:
fi ### Optimize for different SUN machines. If there is no working 'uname'