diff options
author | Peter Williams <peterw@src.gnome.org> | 2000-06-29 23:59:20 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2000-06-29 23:59:20 +0800 |
commit | 8ba0e76ccb80df199a04f8b9d60afcf7e5930666 (patch) | |
tree | e96a3fc4e2417b00fa697a479844e1517de2165e /configure.in | |
parent | d2875d9e05b5d20e7f8a5d5300dfc9e83de7b7bc (diff) | |
download | gsoc2013-evolution-8ba0e76ccb80df199a04f8b9d60afcf7e5930666.tar gsoc2013-evolution-8ba0e76ccb80df199a04f8b9d60afcf7e5930666.tar.gz gsoc2013-evolution-8ba0e76ccb80df199a04f8b9d60afcf7e5930666.tar.bz2 gsoc2013-evolution-8ba0e76ccb80df199a04f8b9d60afcf7e5930666.tar.lz gsoc2013-evolution-8ba0e76ccb80df199a04f8b9d60afcf7e5930666.tar.xz gsoc2013-evolution-8ba0e76ccb80df199a04f8b9d60afcf7e5930666.tar.zst gsoc2013-evolution-8ba0e76ccb80df199a04f8b9d60afcf7e5930666.zip |
Make the pilot stuff in calendar/gui optional.
svn path=/trunk/; revision=3793
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b9d5d3be78..fa2424beb8 100644 --- a/configure.in +++ b/configure.in @@ -349,7 +349,7 @@ AC_SUBST(BONOBO_VFS_GNOME_CFLAGS) dnl ****************************** dnl Pilot checking dnl ****************************** -dnl GNOME_PILOT_CHECK +GNOME_PILOT_CHECK dnl ****** |