]> git.pld-linux.org Git - packages/gg.git/blob - gg-ac_fix.patch
- outdated
[packages/gg.git] / gg-ac_fix.patch
1 --- configure.in~       Fri May 10 14:38:27 2002
2 +++ configure.in        Sat Jun  1 14:14:23 2002
3 @@ -37,6 +37,11 @@
4  
5  AM_CONDITIONAL(INSTALL_GNOME_STUFF, test yes = "$enable_gnome")
6  AM_CONDITIONAL(INSTALL_GNOME_APPLET_STUFF, test yes = "$enable_panel")
7 +
8 +AM_CONDITIONAL(HAVE_ORBIT, [false])
9 +AM_CONDITIONAL(HAVE_GNORBA, [false])
10 +AM_CONDITIONAL(ADD_ARTS_SOURCES, [false])
11 +AM_CONDITIONAL(HAVE_ESD, [false])
12
13  if test "$enable_gnome" = yes ; then
14         have_gnome=no
This page took 0.045255 seconds and 3 git commands to generate.