Fixed build system autoconf-related bug
This commit is contained in:
parent
003c72a396
commit
81c86161a7
@ -1,4 +1,4 @@
|
|||||||
AC_INIT([libburn], [0.2.7], [http://libburn.pykix.org])
|
AC_INIT([libburn], [0.2.7], [http://libburnia.pykix.org])
|
||||||
AC_PREREQ([2.50])
|
AC_PREREQ([2.50])
|
||||||
dnl AC_CONFIG_HEADER([config.h])
|
dnl AC_CONFIG_HEADER([config.h])
|
||||||
|
|
||||||
@ -63,6 +63,7 @@ AC_C_BIGENDIAN
|
|||||||
dnl Large file support
|
dnl Large file support
|
||||||
AC_SYS_LARGEFILE
|
AC_SYS_LARGEFILE
|
||||||
AC_FUNC_FSEEKO
|
AC_FUNC_FSEEKO
|
||||||
|
AC_CHECK_FUNC([fseeko])
|
||||||
if test ! $ac_cv_func_fseeko; then
|
if test ! $ac_cv_func_fseeko; then
|
||||||
AC_ERROR([Libburn requires largefile support.])
|
AC_ERROR([Libburn requires largefile support.])
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user