Mon May 19 11:55:28 EDT 2008 Pekka Pessi <first.last@nokia.com>

* configure.ac: check for fnmatch.h



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8594 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-05-25 03:20:24 +00:00
parent a30552c3de
commit 0611c5cd3e
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
Sat May 24 23:03:50 EDT 2008
Sat May 24 23:20:17 EDT 2008

View File

@ -105,6 +105,8 @@ dnl Check is used for testing
PKG_CHECK_MODULES(CHECK, check >= 0.9.4, have_check="yes", have_check="no")
AM_CONDITIONAL(HAVE_CHECK, test x"$have_check" = "xyes")
AC_CHECK_HEADERS([fnmatch.h])
### internal modules
### ----------------
AC_DEFINE([HAVE_SOFIA_SIP], 1, [Define to 1 always])