Changeset 283 for ImageMagick/trunk/configure.ac
- Timestamp:
- 10/03/09 15:44:36 (6 months ago)
- Files:
-
- 1 modified
-
ImageMagick/trunk/configure.ac (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/configure.ac
r240 r283 1749 1749 failed=0 1750 1750 passed=0 1751 PERSIST_L DFLAGS="$LDFLAGS"1751 PERSIST_LIBS="$LIBS" 1752 1752 PERSIST_CPPFLAGS="$CPPFLAGS" 1753 1753 if test "$enable_delegate_build" != 'no' && test -d "$builddir/freetype/include"; then … … 1759 1759 freetype_cflags=`$freetype_config --cflags` 1760 1760 freetype_libs=`$freetype_config --libs` 1761 L DFLAGS="$LDFLAGS $freetype_libs"1761 LIBS="$LIBS $freetype_libs" 1762 1762 CPPFLAGS="$freetype_cflags $CPPFLAGS" 1763 1763 fi … … 1771 1771 else 1772 1772 failed=`expr $failed + 1` 1773 L DFLAGS="$PERSIST_LDFLAGS"1773 LIBS="$PERSIST_LIBS" 1774 1774 fi 1775 1775 fi
