diff options
author | Adrian Robert <Adrian.B.Robert@gmail.com> | 2008-08-06 16:19:43 +0000 |
---|---|---|
committer | Adrian Robert <Adrian.B.Robert@gmail.com> | 2008-08-06 16:19:43 +0000 |
commit | d5e2f8fe885e7da9e70ae055e20f4e674a678138 (patch) | |
tree | 90f83489cdc8c24811b8a9f173e9f9b018ed6cc1 /configure | |
parent | f4494e843f7d54d1f0c4c7b64715261ee106f02a (diff) | |
download | emacs-d5e2f8fe885e7da9e70ae055e20f4e674a678138.tar.gz |
* configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER. (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/configure b/configure index 1a422c11492..6cdecb3c863 100755 --- a/configure +++ b/configure @@ -9332,7 +9332,7 @@ if test $ac_cv_header_AppKit_AppKit_h = yes; then fi - NS_HAVE_INTEGER=yes + NS_HAVE_NSINTEGER=yes cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -9365,17 +9365,17 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ns_have_integer=yes + ns_have_nsinteger=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ns_have_integer=no + ns_have_nsinteger=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - if test $ns_have_integer = no; then - NS_HAVE_INTEGER=no + if test $ns_have_nsinteger = no; then + NS_HAVE_NSINTEGER=no fi fi if test "${HAVE_NS}" = yes; then @@ -14894,10 +14894,10 @@ cat >>confdefs.h <<\_ACEOF _ACEOF fi - if test "${NS_HAVE_INTEGER}" = "yes"; then + if test "${NS_HAVE_NSINTEGER}" = "yes"; then cat >>confdefs.h <<\_ACEOF -#define NS_HAVE_INTEGER 1 +#define NS_HAVE_NSINTEGER 1 _ACEOF fi |