fix broken build in srtp

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4700 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-03-20 22:17:53 +00:00
parent 0a11fbe996
commit 30176455d9
1 changed files with 1 additions and 1 deletions

View 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)