diff options
| -rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 54877da2377..c30061d2ad0 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -2054,9 +2054,9 @@ if test "${HAVE_NS}" = "yes"; then | |||
| 2054 | if test "${NS_IMPL_GNUSTEP}" = "yes"; then | 2054 | if test "${NS_IMPL_GNUSTEP}" = "yes"; then |
| 2055 | AC_DEFINE(NS_IMPL_GNUSTEP, 1, [Define to 1 if you are using NS windowing under GNUstep.]) | 2055 | AC_DEFINE(NS_IMPL_GNUSTEP, 1, [Define to 1 if you are using NS windowing under GNUstep.]) |
| 2056 | fi | 2056 | fi |
| 2057 | dnl if test "${NS_HAVE_INTEGER}" = "yes"; then | 2057 | if test "${NS_HAVE_INTEGER}" = "yes"; then |
| 2058 | AC_DEFINE(NS_HAVE_INTEGER, 1, [Define to 1 if `NSInteger' is defined.]) | 2058 | AC_DEFINE(NS_HAVE_INTEGER, 1, [Define to 1 if `NSInteger' is defined.]) |
| 2059 | dnl fi | 2059 | fi |
| 2060 | # We also have mouse menus. | 2060 | # We also have mouse menus. |
| 2061 | HAVE_MENUS=yes | 2061 | HAVE_MENUS=yes |
| 2062 | fi | 2062 | fi |