Fix typo that broke the build in mysterious ways for me.
authorKjartan Maraas <kmaraas@gnome.org>
Sun, 5 Sep 2010 15:12:22 +0000 (17:12 +0200)
committerKjartan Maraas <kmaraas@gnome.org>
Sun, 5 Sep 2010 15:12:22 +0000 (17:12 +0200)
configure.ac

index f633ad5..6ea4635 100644 (file)
@@ -26,7 +26,7 @@ AC_PROG_CC
 LT_INIT([disable-static])
 PKG_PROG_PKG_CONFIG
 
-AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_HEADER([config.h])
 
 PKG_CHECK_MODULES(DBUS, [dbus-1 >= 1.0])
 AC_SUBST(DBUS_LIBS)