@ -1,5 +1,5 @@
#! /bin/sh
# From configure.ac Revision: 97643 .
# From configure.ac Revision: 97745 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for asterisk 1.4.
#
@ -970,7 +970,7 @@ EDITLINE_LIB
PBX_H323
PBX_IXJUSER
CONFIG_SDL
GTK CONFIG
CONFIG_GTK
PKGCONFIG
CURL_CONFIG
LTLIBOBJS'
@ -47595,16 +47595,19 @@ fi
PBX_GTK=0
if test -n "$ac_tool_prefix"; then
if test "x${PBX_GTK}" != "x1" -a "${USE_GTK}" != "no"; then
PBX_GTK=0
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}gtk-config", so it can be a program name with args.
set dummy ${ac_tool_prefix}gtk-config; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
if test "${ac_cv_prog_GTK CONFIG+set}" = set; then
if test "${ac_cv_prog_CONFIG_GTK +set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$GTK CONFIG"; then
ac_cv_prog_GTKCONFIG="$GTKCONFIG " # Let the user override the test.
if test -n "$CONFIG_GTK "; then
ac_cv_prog_CONFIG_GTK="$CONFIG_GTK " # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
@ -47613,7 +47616,7 @@ do
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_GTK CONFIG="${ac_tool_prefix}gtk-config"
ac_cv_prog_CONFIG_GTK ="${ac_tool_prefix}gtk-config"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
@ -47623,10 +47626,10 @@ IFS=$as_save_IFS
fi
fi
GTK CONFIG=$ac_cv_prog_GTK CONFIG
if test -n "$GTK CONFIG"; then
{ echo "$as_me:$LINENO: result: $GTK CONFIG" >&5
echo "${ECHO_T}$GTK CONFIG" >&6; }
CONFIG_GTK =$ac_cv_prog_CONFIG_GTK
if test -n "$CONFIG_GTK "; then
{ echo "$as_me:$LINENO: result: $CONFIG_GTK " >&5
echo "${ECHO_T}$CONFIG_GTK " >&6; }
else
{ echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6; }
@ -47634,17 +47637,17 @@ fi
fi
if test -z "$ac_cv_prog_GTK CONFIG"; then
ac_ct_GTKCONFIG=$GTKCONFIG
if test -z "$ac_cv_prog_CONFIG_GTK "; then
ac_ct_CONFIG_GTK=$CONFIG_GTK
# Extract the first word of "gtk-config", so it can be a program name with args.
set dummy gtk-config; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
if test "${ac_cv_prog_ac_ct_GTK CONFIG+set}" = set; then
if test "${ac_cv_prog_ac_ct_CONFIG_GTK +set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$ac_ct_GTK CONFIG"; then
ac_cv_prog_ac_ct_GTK CONFIG="$ac_ct_GTK CONFIG" # Let the user override the test.
if test -n "$ac_ct_CONFIG_GTK "; then
ac_cv_prog_ac_ct_CONFIG_GTK ="$ac_ct_CONFIG_GTK " # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
@ -47653,7 +47656,7 @@ do
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_GTK CONFIG="gtk-config"
ac_cv_prog_ac_ct_CONFIG_GTK ="gtk-config"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
@ -47663,17 +47666,17 @@ IFS=$as_save_IFS
fi
fi
ac_ct_GTK CONFIG=$ac_cv_prog_ac_ct_GTK CONFIG
if test -n "$ac_ct_GTK CONFIG"; then
{ echo "$as_me:$LINENO: result: $ac_ct_GTK CONFIG" >&5
echo "${ECHO_T}$ac_ct_GTK CONFIG" >&6; }
ac_ct_CONFIG_GTK =$ac_cv_prog_ac_ct_CONFIG_GTK
if test -n "$ac_ct_CONFIG_GTK "; then
{ echo "$as_me:$LINENO: result: $ac_ct_CONFIG_GTK " >&5
echo "${ECHO_T}$ac_ct_CONFIG_GTK " >&6; }
else
{ echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6; }
fi
if test "x$ac_ct_GTK CONFIG" = x; then
GTK CONFIG="No"
if test "x$ac_ct_CONFIG_GTK " = x; then
CONFIG_GTK ="No"
else
case $cross_compiling:$ac_tool_warned in
yes:)
@ -47685,24 +47688,25 @@ whose name does not start with the host triplet. If you think this
configuration is useful to you, please write to autoconf@gnu.org." >&2;}
ac_tool_warned=yes ;;
esac
GTK CONFIG=$ac_ct_GTK CONFIG
CONFIG_GTK =$ac_ct_CONFIG_GTK
fi
else
GTK CONFIG="$ac_cv_prog_GTK CONFIG"
CONFIG_GTK ="$ac_cv_prog_CONFIG_GTK "
fi
if test ! "x${GTKCONFIG}" = xNo; then
GTK_INCLUDE=$(${GTKCONFIG} --cflags gthread)
GTK_LIB=$(${GTKCONFIG} --libs gthread)
PBX_GTK=1
if test ! "x${CONFIG_GTK}" = xNo; then
if test x"--cflags gthread" = x ; then A=--cflags ; else A="--cflags gthread" ; fi
GTK_INCLUDE=$(${CONFIG_GTK} $A)
if test x"--libs gthread" = x ; then A=--libs ; else A="--libs gthread" ; fi
GTK_LIB=$(${CONFIG_GTK} $A)
PBX_GTK=1
cat >>confdefs.h <<\_ACEOF
#define HAVE_GTK 1
_ACEOF
fi
fi
fi
PBX_GTK2=0
@ -49113,7 +49117,7 @@ EDITLINE_LIB!$EDITLINE_LIB$ac_delim
PBX_H323!$PBX_H323$ac_delim
PBX_IXJUSER!$PBX_IXJUSER$ac_delim
CONFIG_SDL!$CONFIG_SDL$ac_delim
GTKCONFIG!$GTKCONFIG $ac_delim
CONFIG_GTK!$CONFIG_GTK $ac_delim
PKGCONFIG!$PKGCONFIG$ac_delim
CURL_CONFIG!$CURL_CONFIG$ac_delim
LTLIBOBJS!$LTLIBOBJS$ac_delim