summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Belanger <paul.belanger@polybeacon.com>2010-06-13 01:53:54 +0000
committerPaul Belanger <paul.belanger@polybeacon.com>2010-06-13 01:53:54 +0000
commit41821558c72fb5b395e196b9b8942588c8979bdf (patch)
tree5013aa87fbf09ff6845461ebe8c1451247ea541d /configure.ac
parentf9bcb15db337a45d1582bf8e7d1ce33a9318adf6 (diff)
Reverting patch and reopening issue #16155, as patch breaks
FreeBSD / OSX builds. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@270151 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac15
1 files changed, 1 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac
index deacdc095..c588301de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1766,20 +1766,7 @@ fi
AST_EXT_LIB_CHECK([SRTP], [srtp], [srtp_init], [srtp/srtp.h])
-# will make it easy for someone to debug, if the replacement breaks their system
-#AST_EXT_TOOL_CHECK([GMIME], [gmime-config], [], [], [#include <gmime/gmime.h>], [gboolean q = g_mime_check_version(0,0,0);])
-
-PBX_GMIME=0
-AC_CHECK_TOOL(PKGCONFIG, pkg-config, No)
-if test ! "x${PKGCONFIG}" = xNo; then
- GMIME_INCLUDE=$(${PKGCONFIG} gmime-2.0 --cflags 2>/dev/null)
- GMIME_LIB=$(${PKGCONFIG} gmime-2.0 --libs)
- PBX_GMIME=1
- AC_DEFINE([HAVE_GMIME], 1, [Define if your system has the GMIME libraries.])
-fi
-AC_SUBST(PBX_GMIME)
-AC_SUBST(GMIME_INCLUDE)
-AC_SUBST(GMIME_LIB)
+AST_EXT_TOOL_CHECK([GMIME], [gmime-config], [], [], [#include <gmime/gmime.h>], [gboolean q = g_mime_check_version(0,0,0);])
AST_EXT_LIB_CHECK([HOARD], [hoard], [malloc], [])