Reverted configure.ac change which broke cdrskin_compile

This commit is contained in:
Mario Danic 2006-09-20 17:20:50 +00:00
parent 086154e9e2
commit 3b5cc599e6
1 changed files with 0 additions and 9 deletions

View File

@ -61,15 +61,6 @@ if test ! $ac_cv_func_fseeko; then
AC_ERROR([Libburn requires largefile support.])
fi
AC_ARG_ENABLE(static, enable_static=yes)
if test x$enable_static != xyes; then
AC_MSG_RESULT([no])
AM_DISABLE_STATIC=no
else
AC_MSG_RESULT([yes])
AM_DISABLE_STATIC=yes
fi
AC_PROG_LIBTOOL
AC_SUBST(LIBTOOL_DEPS)
LIBTOOL="$LIBTOOL --silent"