summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Todd Zullinger2009-05-11 08:07:20 -0700
committerGravatar Matt Colyer2009-05-11 08:07:20 -0700
commit499262ae0d050028782fe3a99b59ff02c02227f5 (patch)
treed427c6978df1d3cfacdcf0940dae32d0b010584f
parent34251fbe97d74b948c1f1fbce903db40aaecf88f (diff)
downloadlibimobiledevice-499262ae0d050028782fe3a99b59ff02c02227f5.tar.gz
libimobiledevice-499262ae0d050028782fe3a99b59ff02c02227f5.tar.bz2
Fixed autoconf typo
Signed-off-by: Matt Colyer <matt@colyer.name>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c0b7b5f..29dd5f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_PREREQ(2.61)
AC_INIT(libiphone, 0.9.1, nospam@nowhere.com)
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
AC_CONFIG_SRCDIR([src/])
-AC_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_PROG_LIBTOOL