* configure.in: Delete mac-fix-env target, which has been
removed (Bug#3531).
This commit is contained in:
parent
02532fbc79
commit
60cf1d099b
3 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-06-12 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* configure.in: Delete mac-fix-env target, which has been
|
||||
removed (Bug#3531).
|
||||
|
||||
2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* configure.in: Don't define CANNOT_DUMP for GNUStep any more.
|
||||
|
|
1
configure
vendored
1
configure
vendored
|
@ -15018,7 +15018,6 @@ cat >>confdefs.h <<\_ACEOF
|
|||
_ACEOF
|
||||
|
||||
GNU_OBJC_CFLAGS=
|
||||
LIB_SRC_EXTRA_INSTALLABLES=mac-fix-env
|
||||
fi
|
||||
if test "${NS_IMPL_GNUSTEP}" = "yes"; then
|
||||
|
||||
|
|
|
@ -2094,7 +2094,6 @@ if test "${HAVE_NS}" = "yes"; then
|
|||
if test "${NS_IMPL_COCOA}" = "yes"; then
|
||||
AC_DEFINE(NS_IMPL_COCOA, 1, [Define to 1 if you are using NS windowing under MacOS X.])
|
||||
GNU_OBJC_CFLAGS=
|
||||
LIB_SRC_EXTRA_INSTALLABLES=mac-fix-env
|
||||
fi
|
||||
if test "${NS_IMPL_GNUSTEP}" = "yes"; then
|
||||
AC_DEFINE(NS_IMPL_GNUSTEP, 1, [Define to 1 if you are using NS windowing under GNUstep.])
|
||||
|
|
Loading…
Add table
Reference in a new issue