Some build cleanups

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3413 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
alonbl 2008-03-09 19:44:12 +00:00
parent 72449f0635
commit 5e4abcc675
1 changed files with 0 additions and 2 deletions

View File

@ -356,7 +356,6 @@ if test -z "${ZLIB_LIBS}"; then
fi
saved_CFLAGS="${CFLAGS}"
CFLAGS="${CFLAGS} ${ZLIB_CFLAGS}"
LIBS="${LIBS} ${ZLIB_LIBS}"
AC_CHECK_HEADERS([zlib.h])
CFLAGS="${saved_CFLAGS}"
test -n "${ZLIB_LIBS}" -a "${ac_cv_header_zlib_h}" = "yes" && have_zlib="yes"
@ -393,7 +392,6 @@ if test -z "${READLINE_LIBS}"; then
fi
saved_CFLAGS="${CFLAGS}"
CFLAGS="${CFLAGS} ${READLINE_CFLAGS}"
LIBS="${LIBS} ${READLINE_LIBS}"
AC_CHECK_HEADERS([readline/readline.h])
CFLAGS="${saved_CFLAGS}"
test -n "${READLINE_LIBS}" -a "${ac_cv_header_readline_readline_h}" = "yes" && have_readline="yes"