/[weechat]/weechat/configure.in
ViewVC logotype

Diff of /weechat/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by flashcode, Sun Nov 16 19:40:36 2003 UTC revision 1.11 by flashcode, Mon Nov 17 21:07:17 2003 UTC
# Line 51  AC_FUNC_SELECT_ARGTYPES Line 51  AC_FUNC_SELECT_ARGTYPES
51  AC_TYPE_SIGNAL  AC_TYPE_SIGNAL
52  AC_CHECK_FUNCS([gethostbyname gethostname gettimeofday inet_ntoa memset mkdir select setlocale socket strcasecmp strchr strdup strncasecmp strpbrk strrchr strstr uname])  AC_CHECK_FUNCS([gethostbyname gethostname gettimeofday inet_ntoa memset mkdir select setlocale socket strcasecmp strchr strdup strncasecmp strpbrk strrchr strstr uname])
53    
54    AH_VERBATIM([PLUGINS], [#undef PLUGINS])
55  AH_VERBATIM([PLUGIN_PERL], [#undef PLUGIN_PERL])  AH_VERBATIM([PLUGIN_PERL], [#undef PLUGIN_PERL])
56  AH_VERBATIM([DEBUG], [#undef DEBUG])  AH_VERBATIM([DEBUG], [#undef DEBUG])
57    
# Line 101  if test "x$enable_perl" = "xyes" ; then Line 102  if test "x$enable_perl" = "xyes" ; then
102      AC_DEFINE(PLUGIN_PERL)      AC_DEFINE(PLUGIN_PERL)
103  fi  fi
104    
105    if test "x$enable_plugins" = "xyes" ; then
106        AC_DEFINE(PLUGINS)
107    fi
108    
109  AC_SUBST(PLUGINS_LIBS)  AC_SUBST(PLUGINS_LIBS)
110    
111  if test "x$enable_debug" = "xyes" ; then  if test "x$enable_debug" = "xyes" ; then

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26