From 60cf1d099b1ad52f2d9478055748a14fe11c941d Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 13 Jun 2009 00:01:31 +0000 Subject: [PATCH] * configure.in: Delete mac-fix-env target, which has been removed (Bug#3531). --- ChangeLog | 5 +++++ configure | 1 - configure.in | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d33bfe8bf27..3099cede1b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-06-12 Chong Yidong + + * configure.in: Delete mac-fix-env target, which has been + removed (Bug#3531). + 2009-05-06 Stefan Monnier * configure.in: Don't define CANNOT_DUMP for GNUStep any more. diff --git a/configure b/configure index 94f6b4e5845..ace6e687c11 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.in b/configure.in index 35310ccfa20..a70ea1606df 100644 --- a/configure.in +++ b/configure.in @@ -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.]) -- 2.11.4.GIT