diff options
author | Ramiro Estrugo <ramiro@src.gnome.org> | 2000-10-04 20:43:34 +0000 |
---|---|---|
committer | Ramiro Estrugo <ramiro@src.gnome.org> | 2000-10-04 20:43:34 +0000 |
commit | 1e7afb777caa66827d06ce144df4cf1559f07de8 (patch) | |
tree | d289cac96acf06c2109e5d926fb807360a81f72d /acconfig.h | |
parent | 6bec562dc303b263733c6114a3ed003035cb4dfe (diff) | |
download | nautilus-1e7afb777caa66827d06ce144df4cf1559f07de8.tar.gz |
Add profiling support via --enable-profiler.
* acconfig.h:
* configure.in:
Add profiling support via --enable-profiler.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index af09b24db..9fbaad420 100644 --- a/acconfig.h +++ b/acconfig.h @@ -10,6 +10,7 @@ #undef bzDecompress #undef bzDecompressInit #undef EAZEL_SERVICES +#undef ENABLE_PROFILER #undef ENABLE_NLS #undef HAVE_CATGETS #undef HAVE_GETTEXT |