added $(EXEEXT) to gimp-remote so it can be built on Win32 when compiling

2005-02-06  Sven Neumann  <sven@gimp.org>

	* configure.in: added $(EXEEXT) to gimp-remote so it can be built
	on Win32 when compiling for GTK+-X11.
This commit is contained in:
Sven Neumann 2005-02-06 18:07:05 +00:00 committed by Sven Neumann
parent 26c100ff05
commit 4094b06819
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-02-06 Sven Neumann <sven@gimp.org>
* configure.in: added $(EXEEXT) to gimp-remote so it can be built
on Win32 when compiling for GTK+-X11.
2005-02-06 Michael Natterer <mitch@gimp.org>
* plug-ins/common/url.c: removed.

View File

@ -856,7 +856,7 @@ if test "$gdk_target" = x11; then
LDFLAGS="$LDFLAGS $X_LIBS"
AC_CHECK_LIB(Xmu, XmuClientWindow,
[AC_CHECK_HEADERS(X11/Xmu/WinUtil.h,
GIMP_REMOTE='gimp-remote-gimp_app_version';
GIMP_REMOTE='gimp-remote-gimp_app_version$(EXEEXT)';
have_libxmu=yes
LIBXMU="$X_LIBS $X_PRE_LIBS -lX11 -lXmu -lXt",
[AC_MSG_WARN(*** gimp-remote will not be built (XMU header file not found) ***)],[#include <gdk/gdkx.h>])],