]> git.mxchange.org Git - flightgear.git/commitdiff
Remove references to libtar.
authorcurt <curt>
Mon, 16 Feb 2004 00:28:32 +0000 (00:28 +0000)
committercurt <curt>
Mon, 16 Feb 2004 00:28:32 +0000 (00:28 +0000)
utils/fgadmin/configure.ac
utils/fgadmin/src/Makefile.am

index 026267a9f99ac0ccf442bf5bbcce3c95e1cf6932..5aec143c0293c20ba61086608348d07c97f6d90e 100644 (file)
@@ -166,20 +166,6 @@ else
     AC_DEFINE([HAVE_ZLIB], 1, [Define to enable gz compressed tar archives])
 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.
 AC_HEADER_STDC
 AC_CHECK_HEADERS( errno.h fcntl.h sys/types.h sys/stat.h )
index c00b291e769b0beb184478c667cfa6b85c7648c7..c015952030bd9ff2d43f7374cfd7d22fd5791d8a 100644 (file)
@@ -8,7 +8,7 @@ fgadmin_SOURCES = \
        main.cxx \
        untarka.c untarka.h
 
-fgadmin_LDADD = -lsgmisc -lplibul -ltar -lz
+fgadmin_LDADD = -lsgmisc -lplibul -lz
 
 fgadmin.cxx fgadmin.h: fgadmin.fl
        fluid -c fgadmin.fl