summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Matt Colyer2009-05-10 08:14:11 -0700
committerGravatar Matt Colyer2009-05-10 08:14:11 -0700
commit4c5d2a79c29ef5bfe56a5078620bc1cf9e429113 (patch)
tree37daa6c3e523b80367b37d22b43c39db9d7d31bd
parentd0809fa25c43d179de621839a7aee2cdc05e3d65 (diff)
downloadifuse-4c5d2a79c29ef5bfe56a5078620bc1cf9e429113.tar.gz
ifuse-4c5d2a79c29ef5bfe56a5078620bc1cf9e429113.tar.bz2
Remove unused libtools ac macro.0.9.0
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 1598675..cfa6f56 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,9 +7,6 @@ AM_INIT_AUTOMAKE(ifuse, 0.1.0)
AC_CONFIG_SRCDIR([src/])
AC_CONFIG_HEADER([config.h])
-AC_PROG_LIBTOOL
-
-
# Checks for programs.
AC_PROG_CC
AM_PROG_CC_C_O