diff configure.in @ 29:53ec244b6574

[gaim-migrate @ 38] Installation of applet works a lot better now (imho) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 24 Mar 2000 21:26:50 +0000
parents a2e36e80c832
children 61e94e1bd4c8
line wrap: on
line diff
--- a/configure.in	Fri Mar 24 20:56:56 2000 +0000
+++ b/configure.in	Fri Mar 24 21:26:50 2000 +0000
@@ -31,6 +31,7 @@
 
 AC_ARG_ENABLE(debug, [  --enable-debug          compile with debugging support],enable_debug=yes,)
 AC_ARG_ENABLE(gnome, [  --enable-gnome          compile as a GNOME applet],enable_gnome=yes,)
+AM_CONDITIONAL(APPLET, test x$enable_gnome = xyes)
 AC_ARG_ENABLE(esd,   [  --disable-esd           Turn off ESD (default=auto)],enable_esd=no,enable_esd=yes)
 AC_ARG_ENABLE(oscar, [  --enable-oscar          Enable Oscar support (experimental)],enable_oscar=yes,)
 AC_ARG_ENABLE(nas,   [  --enable-nas            Enable NAS (Network Audio System) support],enable_nas=yes,)