aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 1 insertions, 5 deletions
diff --git a/configure b/configure
index 144d6dff5c3..2db41ecf485 100755
--- a/configure
+++ b/configure
@@ -749,7 +749,6 @@ build_os
749build_vendor 749build_vendor
750build_cpu 750build_cpu
751build 751build
752PROFILING_LDFLAGS
753PROFILING_CFLAGS 752PROFILING_CFLAGS
754MAINT 753MAINT
755GZIP_INFO 754GZIP_INFO
@@ -3038,14 +3037,11 @@ fi
3038 3037
3039if test x$ac_enable_profiling != x ; then 3038if test x$ac_enable_profiling != x ; then
3040 PROFILING_CFLAGS="-DPROFILING=1 -pg" 3039 PROFILING_CFLAGS="-DPROFILING=1 -pg"
3041 PROFILING_LDFLAGS="-pg"
3042else 3040else
3043 PROFILING_CFLAGS= 3041 PROFILING_CFLAGS=
3044 PROFILING_LDFLAGS=
3045fi 3042fi
3046 3043
3047 3044
3048
3049# Check whether --enable-autodepend was given. 3045# Check whether --enable-autodepend was given.
3050if test "${enable_autodepend+set}" = set; then : 3046if test "${enable_autodepend+set}" = set; then :
3051 enableval=$enable_autodepend; ac_enable_autodepend="${enableval}" 3047 enableval=$enable_autodepend; ac_enable_autodepend="${enableval}"
@@ -7679,7 +7675,7 @@ tmp_CPPFLAGS="$CPPFLAGS"
7679tmp_CFLAGS="$CFLAGS" 7675tmp_CFLAGS="$CFLAGS"
7680CPPFLAGS="$CPPFLAGS -x objective-c" 7676CPPFLAGS="$CPPFLAGS -x objective-c"
7681CFLAGS="$CFLAGS -x objective-c" 7677CFLAGS="$CFLAGS -x objective-c"
7682TEMACS_LDFLAGS2="\${LDFLAGS} \${PROFILING_LDFLAGS}" 7678TEMACS_LDFLAGS2="\${LDFLAGS}"
7683if test "${with_ns}" != no; then 7679if test "${with_ns}" != no; then
7684 if test "${opsys}" = darwin; then 7680 if test "${opsys}" = darwin; then
7685 NS_IMPL_COCOA=yes 7681 NS_IMPL_COCOA=yes