diff configure.ac @ 15823:ed80ec6be33c

who knew that --disable-plugins still worked?! Also, some completely untested support for aim:buddyicon, which I'll look at more tomorrow
author Sean Egan <seanegan@gmail.com>
date Mon, 19 Mar 2007 10:03:36 +0000
parents 0e3a8505ebbe
children c4f348500fa7
line wrap: on
line diff
--- a/configure.ac	Mon Mar 19 07:01:17 2007 +0000
+++ b/configure.ac	Mon Mar 19 10:03:36 2007 +0000
@@ -1717,7 +1717,7 @@
 AC_SUBST(LIBS)
 
 if test "x$enable_plugins" = "xyes" ; then
-	AC_DEFINE(GAIM_PLUGINS, 1, [Define if plugins are enabled.])
+	AC_DEFINE(PURPLE_PLUGINS, 1, [Define if plugins are enabled.])
 	AM_CONDITIONAL(PLUGINS, true)
 else
 	AM_CONDITIONAL(PLUGINS, false)