]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix broken build in srtp
authorMichael Jerris <mike@jerris.com>
Tue, 20 Mar 2007 22:17:53 +0000 (22:17 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 20 Mar 2007 22:17:53 +0000 (22:17 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4700 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/srtp/configure.in

index 8be2f940c7522727d1866244c31af52fa419a3eb..ca7e6cf6db7b3b67db838b6354bdf4d264009f55 100644 (file)
@@ -269,7 +269,7 @@ fi
 AC_MSG_RESULT($enable_gdoi)
 AM_CONDITIONAL([GDOI],[test "SRTP_GDOI" = "1"])
 
-AC_CONFIG_HEADER(crypto/include/config.h:config_in.h)
+AC_CONFIG_HEADERS(crypto/include/config.h:config_in.h)
 
 AC_OUTPUT(Makefile crypto/Makefile doc/Makefile test/Makefile srtp-1.42.pc)