Fixed profiler path.

* configure.in:
	Fixed profiler path.
This commit is contained in:
Ramiro Estrugo 2000-10-04 21:32:45 +00:00
parent 95058e1d7b
commit 0a9c93cd6f
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2000-10-04 Ramiro Estrugo <ramiro@eazel.com>
* configure.in:
Fixed profiler path.
2000-10-04 J Shane Culpepper <pepper@eazel.com>
* components/services/summary/nautilus-view/nautilus-summary-view.c

View file

@ -42,7 +42,7 @@ AM_CONDITIONAL(ENABLE_PROFILER, test "x$ENABLE_PROFILER" = "x1")
if test "x$ENABLE_PROFILER" = "x1"
then
CFLAGS="-g -O -gdwarf-2 -finstrument-functions -D__NO_STRING_INLINES"
LDFLAGS="/gnome/lib/libprofiler.so -lpthread"
LDFLAGS="/gnome/PROFILE/lib/libprofiler.so -lpthread"
fi
dnl ====================================