Fixed build system autoconf-related bug

This commit is contained in:
Mario Danic 2006-12-04 22:01:21 +00:00
parent 2d46772be3
commit 530f34c9a6
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
AC_INIT([libisofs], [0.2.3], [http://libburn.pykix.org])
AC_INIT([libisofs], [0.2.4], [http://libburnia.pykix.org])
AC_PREREQ([2.50])
dnl AC_CONFIG_HEADER([config.h])
@ -63,8 +63,9 @@ AC_C_BIGENDIAN
dnl Large file support
AC_SYS_LARGEFILE
AC_FUNC_FSEEKO
AC_CHECK_FUNC([fseeko])
if test ! $ac_cv_func_fseeko; then
AC_ERROR([Libburn requires largefile support.])
AC_ERROR([Libisofs requires largefile support.])
fi
AC_PROG_LIBTOOL