X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=configure.ac;h=bce01e52d9fa6a9eea831a92e828bbafce386a1e;hb=b6131942246f587188208dd9df6f5332839101d2;hp=30e9464c1badca0a9212a4de449fa4ad814a5232;hpb=7b5541d7399501f0d6f35cc754bfbdc899df7a81;p=yazpp-moved-to-github.git diff --git a/configure.ac b/configure.ac index 30e9464..bce01e5 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi YAZ_DOC -AC_CHECK_HEADERS([unistd.h sys/stat.h sys/time.h sys/types.h]) +AC_CHECK_HEADERS([unistd.h sys/stat.h sys/time.h sys/types.h fcntl.h]) AC_ARG_ENABLE(zoom,[ --disable-zoom disable ZOOM (for old C++ compilers)],[enable_zoom=$enableval],[enable_zoom=yes]) AM_CONDITIONAL(ZOOM, test $enable_zoom = "yes")