Avoid *FLAGS resetting - Diego Elio

This commit is contained in:
brenosilva
2011-04-26 21:10:51 +00:00
parent e501bd4030
commit 3283641538
2 changed files with 0 additions and 4 deletions

View File

@@ -53,8 +53,6 @@ for x in ${test_paths}; do
break
fi
done
CFLAGS=$save_CFLAGS
LDFLAGS=$save_LDFLAGS
if test -n "${pcre_path}"; then
if test "${pcre_path}" != "no"; then

View File

@@ -46,8 +46,6 @@ for x in ${test_paths}; do
break
fi
done
CFLAGS=$save_CFLAGS
LDFLAGS=$save_LDFLAGS
if test -n "${libxml2_path}"; then
if test "${libxml2_path}" != "no"; then