pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2009-09-19
2009-09-19 10:31:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>
514bbcfdcfc7de8f6d5554286b61e51d9a583546 (
13
lines) (+
7
/-
6
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed some typos.
Rev: src/configure.in:1.1083
1:
-
AC_REVISION("$Id: configure.in,v 1.
1082
2009/
05
/
28
13:
10:
48
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
1083
2009/
09
/
19
10:
28:57
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
789:
;; esac
-
# Skip
fi
user does not wish to use smartlink binary.
+
# Skip
if
user does not wish to use smartlink binary.
if test "x$force_smartlink_script_only" = "x"; then # Strip smartlink from $CC REALCC="`echo $CC|sed -e 's/.*smartlink //'`"
2451:
# MinGW system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1082
2009/
05
/
28
13:
10:
48
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1083
2009/
09
/
19
10:
28:57
grubba Exp $.
# MinGW-version. Do NOT edit. posix_name="`cat`" posix_prefix="/"
2489:
# Native POSIX system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1082
2009/
05
/
28
13:
10:
48
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1083
2009/
09
/
19
10:
28:57
grubba Exp $.
# POSIX-version. Do NOT edit. cat EOF
2498:
# rntcl-style cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1082
2009/
05
/
28
13:
10:
48
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1083
2009/
09
/
19
10:
28:57
grubba Exp $.
# RNTCL-version. Do NOT edit. sed -e "$PIKE_PATH_TRANSLATE" EOF
5971:
fi #############################################################################
-
AC_ARG_WITH(
copt
, MY_DESCR([--without-mmx], [disable MMX usage]), [], [with_mmx=])
+
AC_ARG_WITH(
mmx
, MY_DESCR([--without-mmx], [disable MMX usage]), [], [with_mmx=])
mmx_reason=' (no mmx.h found)' if test "x$with_mmx" = xno; then