aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-02 15:30:52 +0000
committerseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-02 15:30:52 +0000
commit92fe2dcb4ffe5b976941284c49adb83d2e4223f6 (patch)
tree765cdc750031e1f0e8982485b207dbbdc818c6ab /configure
parentb8dca00296c36820cac98ccf9a8f3b2ff2dee037 (diff)
Merged revisions 145771 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r145771 | seanbright | 2008-10-02 11:28:48 -0400 (Thu, 02 Oct 2008) | 1 line This is much cleaner, methinks. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@145781 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure80
1 files changed, 4 insertions, 76 deletions
diff --git a/configure b/configure
index 43a827a07..62d565927 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Revision: 136819 .
+# From configure.ac Revision: 145694 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for asterisk 1.6.
#
@@ -45341,7 +45341,7 @@ fi
GMIME_INCLUDE=$(${CONFIG_GMIME} $A)
if test x"" = x ; then A=--libs ; else A="" ; fi
GMIME_LIB=$(${CONFIG_GMIME} $A)
- if test x"" != x ; then
+ if test x"#include <gmime/gmime.h>" != x ; then
saved_cppflags="${CPPFLAGS}"
if test "x${GMIME_DIR}" != "x"; then
GMIME_INCLUDE="-I${GMIME_DIR}/include"
@@ -45357,11 +45357,11 @@ _ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
-
+ #include <gmime/gmime.h>
int
main ()
{
- ;
+ gboolean q = g_mime_check_version(0,0,0);;
;
return 0;
@@ -45416,78 +45416,6 @@ _ACEOF
fi
-if test "$PBX_GMIME" = "1";
-then
- saved_libs="${LIBS}"
- saved_cflags="${CFLAGS}"
- LIBS="${LIBS} ${GMIME_LIB}"
- CFLAGS="${CFLAGS} ${GMIME_INCLUDE}"
- { echo "$as_me:$LINENO: checking for g_mime_check_version" >&5
-echo $ECHO_N "checking for g_mime_check_version... $ECHO_C" >&6; }
- cat >conftest.$ac_ext <<_ACEOF
-
- /* confdefs.h. */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h. */
-#include <gmime/gmime.h>
-int
-main ()
-{
-gboolean q = g_mime_check_version(0,0,0);
- ;
- return 0;
-}
-
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
- *) ac_try_echo=$ac_try;;
-esac
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
- (eval "$ac_link") 2>conftest.er1
- ac_status=$?
- grep -v '^ *+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } && {
- test -z "$ac_c_werror_flag" ||
- test ! -s conftest.err
- } && test -s conftest$ac_exeext &&
- $as_test_x conftest$ac_exeext; then
- { echo "$as_me:$LINENO: result: yes" >&5
-echo "${ECHO_T}yes" >&6; }
- PBX_GMIME=1
-
-else
- echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
- { echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6; }
- { echo "$as_me:$LINENO: ***" >&5
-echo "$as_me: ***" >&6;}
- { echo "$as_me:$LINENO: *** It appears that you do not have the gmime development package installed." >&5
-echo "$as_me: *** It appears that you do not have the gmime development package installed." >&6;}
- { echo "$as_me:$LINENO: *** Please install it to include ${GMIME_DESCRIP} support." >&5
-echo "$as_me: *** Please install it to include ${GMIME_DESCRIP} support." >&6;}
- { echo "$as_me:$LINENO: ***" >&5
-echo "$as_me: ***" >&6;}
- PBX_GMIME=0
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
- conftest$ac_exeext conftest.$ac_ext
- LIBS="${saved_libs}"
- CFLAGS="${saved_cflags}"
-fi
-
if test "x${PBX_HOARD}" != "x1" -a "${USE_HOARD}" != "no"; then
pbxlibdir=""