diff configure.in @ 31:61e94e1bd4c8

[gaim-migrate @ 40] More installation differences between app/applet committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 24 Mar 2000 23:03:28 +0000
parents 53ec244b6574
children a3de3ca65e97
line wrap: on
line diff
--- a/configure.in	Fri Mar 24 22:47:06 2000 +0000
+++ b/configure.in	Fri Mar 24 23:03:28 2000 +0000
@@ -31,7 +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)
+AM_CONDITIONAL(GNOMEAPPLET, 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,)