mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Fixing build problem on Mac OS X; my mistake (typo)
This commit is contained in:
2
libpcre/configure
vendored
2
libpcre/configure
vendored
@@ -5155,7 +5155,7 @@ cat >>confdefs.h <<\_ACEOF
|
|||||||
#define MACOSX
|
#define MACOSX
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
||||||
CFLAGS="$CFLAGS -fno-jump-threads"
|
CFLAGS="$CFLAGS -fno-thread-jumps"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|||||||
@@ -369,14 +369,14 @@ if test "$enable_ebcdic" = "yes"; then
|
|||||||
"configure", this can be done via --enable-ebcdic.])
|
"configure", this can be done via --enable-ebcdic.])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl Mac OS X on Intel hack to remove jump threads
|
dnl Mac OS X on Intel hack to remove thread jumps
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
|
|
||||||
case "$host" in
|
case "$host" in
|
||||||
i386-apple-darwin*)
|
i386-apple-darwin*)
|
||||||
macosx=yes
|
macosx=yes
|
||||||
AC_DEFINE(MACOSX, [], [Mac OS X on Intel])
|
AC_DEFINE(MACOSX, [], [Mac OS X on Intel])
|
||||||
CFLAGS="$CFLAGS -fno-jump-threads"
|
CFLAGS="$CFLAGS -fno-thread-jumps"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user