Don't warn about webbrowser and gimp-remote not being built on non-X11.
2003-05-27 Tor Lillqvist <tml@iki.fi> * configure.in: Don't warn about webbrowser and gimp-remote not being built on non-X11. Webbrowser does build on Win32, and anyway, anybody who builds on Win32 should know that some plug-ins are platform-dependent. Do set WEBBROWSER on Win32, too.
This commit is contained in:

committed by
Tor Lillqvist

parent
5ac6c41add
commit
1caed39006
@ -1,3 +1,10 @@
|
||||
2003-05-27 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in: Don't warn about webbrowser and gimp-remote not
|
||||
being built on non-X11. Webbrowser does build on Win32, and
|
||||
anyway, anybody who builds on Win32 should know that some plug-ins
|
||||
are platform-dependent. Do set WEBBROWSER on Win32, too.
|
||||
|
||||
2003-05-26 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimp/gimpexport.c (export_merge): check that the merged layer
|
||||
|
10
configure.in
10
configure.in
@ -574,7 +574,7 @@ AC_SUBST(GIMP_MP_LIBS)
|
||||
dnl Check if building for GTK+-X11
|
||||
gdk_target=`$PKG_CONFIG --variable=target gtk+-2.0`
|
||||
if test "$gdk_target" = x11; then
|
||||
dnl Test for Xmu
|
||||
dnl Test for Xmu
|
||||
if test -z "$LIBXMU"; then
|
||||
gimp_save_CFLAGS="$CFLAGS"
|
||||
gimp_save_LDFLAGS="$LDFLAGS"
|
||||
@ -596,11 +596,7 @@ if test "$gdk_target" = x11; then
|
||||
CFLAGS="$gimp_save_CFLAGS"
|
||||
LDFLAGS="$gimp_save_LDFLAGS"
|
||||
fi
|
||||
else
|
||||
AC_MSG_WARN([
|
||||
*** Not building for GTK+-X11 (GDK backend is $gdk_target).
|
||||
*** Webbrowser plug-in and gimp-remote will not be built.])
|
||||
fi
|
||||
fi
|
||||
|
||||
AC_SUBST(LIBXMU)
|
||||
AC_SUBST(WEBBROWSER)
|
||||
@ -909,6 +905,8 @@ AM_CONDITIONAL(BUILD_PYTHON, test "x$enable_python" != xno)
|
||||
if test x"$os_win32" = xyes; then
|
||||
WINCLIPBOARD='winclipboard'
|
||||
WINPRINT='winprint'
|
||||
dnl webbrowser has ifdefs for Win32
|
||||
WEBBROWSER='webbrowser'
|
||||
dnl xjt does build, but it isn't more confusing than useful on Win32,
|
||||
dnl as it wants to run tar, mv and bzip2, which seldom are available
|
||||
XJT=''
|
||||
|
Reference in New Issue
Block a user