summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Vignatti <tiago.vignatti@nokia.com>2010-05-10 19:26:48 +0300
committerMikhail Gusarov <dottedmag@dottedmag.net>2010-05-11 00:20:52 +0700
commit497f0191a4fe25695bd88405c6002e2faf763d15 (patch)
tree8b0d7dd1c988f62e4484b81b3a3e5524df412e1b
parent74650ee9718f4917a94ea6054b8a10688b204419 (diff)
downloadlibsha1-497f0191a4fe25695bd88405c6002e2faf763d15.tar.gz
Autoconf's config.h is not needed (so far)
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cc134a3..ede091e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,6 @@ AC_INIT(libsha1, 0.2.99, libsha1@googlegroups.com)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([sha1.c])
-AC_CONFIG_HEADER([config.h])
AC_PROG_CC
AC_PROG_LIBTOOL