diff options
Diffstat (limited to 'apu-config.in')
-rw-r--r-- | apu-config.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apu-config.in b/apu-config.in index e181e44ae3198..82109e52d0657 100644 --- a/apu-config.in +++ b/apu-config.in @@ -85,10 +85,6 @@ fi if test "$location" = "installed"; then LA_FILE="$libdir/lib${APRUTIL_LIBNAME}.la" - - LIBS=`echo "$LIBS" | sed -e "s $APU_BUILD_DIR/xml/expat $prefix g" -e "s $prefix/libexpat.la -lexpat g"` - LDFLAGS=`echo "$LDFLAGS" | sed -e "s $APU_BUILD_DIR/xml/expat $prefix g"` - INCLUDES=`echo "$INCLUDES" | sed -e "s $APU_BUILD_DIR/xml/expat $prefix g" -e "s -I$prefix/lib g"` else LA_FILE="$APU_BUILD_DIR/lib${APRUTIL_LIBNAME}.la" fi |