diff options
author | Ramiro Estrugo <ramiro@src.gnome.org> | 2000-03-04 00:02:48 +0000 |
---|---|---|
committer | Ramiro Estrugo <ramiro@src.gnome.org> | 2000-03-04 00:02:48 +0000 |
commit | 55fb1499f7a37aa83d096af94a11d32fee595800 (patch) | |
tree | 5a0dc002d9508578474a8d4d927d1c04e32eeb48 /configure.in | |
parent | d5c646e81595b740c85d5e6283fde93866185a96 (diff) | |
download | nautilus-55fb1499f7a37aa83d096af94a11d32fee595800.tar.gz |
Added eazel services define
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 1338ab2bf..35cd73a5f 100644 --- a/configure.in +++ b/configure.in @@ -39,6 +39,15 @@ if test "$GCC" = "yes"; then fi AC_SUBST(WERROR) +dnl +EAZEL_SERVICES= +AC_ARG_ENABLE(eazel-services, +[--enable-eazel-services Eazel services], +EAZEL_SERVICES=1 +AC_DEFINE(EAZEL_SERVICES)) + +AC_SUBST(EAZEL_SERVICES) + dnl Checks for libraries. AM_PATH_GLIB(1.2.0,, AC_MSG_ERROR([ |