Unset PKG_CONFIG_LIBDIR only after we're done with it.

git-svn-id: http://voip.null.ro/svn/yate@3171 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2010-04-07 08:50:04 +00:00
parent b7e750e8a1
commit a1f7b8655d
1 changed files with 1 additions and 1 deletions

View File

@ -1002,7 +1002,6 @@ if [[ "x$ac_cv_use_libqt4" = "xyes" ]]; then
fi
incqt=`pkg-config --cflags QtNetwork QtGui QtXml QtCore 2>/dev/null | sed 's/QtNetwork/QtUiTools/'`
libqt=`pkg-config --libs QtNetwork QtGui QtXml QtCore 2>/dev/null | sed 's/QtNetwork/QtUiTools/'`
unset PKG_CONFIG_LIBDIR
if [[ "x$incqt" != "x" -a "x$libqt" != "x" ]]; then
HAVE_QT4=yes
QT4_INC="$incqt"
@ -1021,6 +1020,7 @@ if [[ "x$ac_cv_use_libqt4" = "xyes" ]]; then
else
verqt="no"
fi
unset PKG_CONFIG_LIBDIR
AC_MSG_RESULT([$verqt])
if [[ "x$HAVE_QT4" = "xno" ]]; then