1
0
Fork 0

Remove references to libtar.

This commit is contained in:
curt 2004-02-16 00:28:32 +00:00
parent 35f63ba709
commit 2985caa09b
2 changed files with 1 additions and 15 deletions

View file

@ -166,20 +166,6 @@ else
AC_DEFINE([HAVE_ZLIB], 1, [Define to enable gz compressed tar archives]) AC_DEFINE([HAVE_ZLIB], 1, [Define to enable gz compressed tar archives])
fi fi
dnl Check for system installed zlib
AC_CHECK_HEADER(libtar.h)
if test "x$ac_cv_header_libtar_h" != "xyes"; then
echo
echo "libtar library not found."
echo
echo "If your OS does not provide an installable package for libtar"
echo "you will have to compile and install it first yourself."
echo
echo "configure aborted."
echo
exit
fi
dnl Checks for header files. dnl Checks for header files.
AC_HEADER_STDC AC_HEADER_STDC
AC_CHECK_HEADERS( errno.h fcntl.h sys/types.h sys/stat.h ) AC_CHECK_HEADERS( errno.h fcntl.h sys/types.h sys/stat.h )

View file

@ -8,7 +8,7 @@ fgadmin_SOURCES = \
main.cxx \ main.cxx \
untarka.c untarka.h untarka.c untarka.h
fgadmin_LDADD = -lsgmisc -lplibul -ltar -lz fgadmin_LDADD = -lsgmisc -lplibul -lz
fgadmin.cxx fgadmin.h: fgadmin.fl fgadmin.cxx fgadmin.h: fgadmin.fl
fluid -c fgadmin.fl fluid -c fgadmin.fl