qt4 in centos

This commit is contained in:
Marc Wäckerlin
2015-07-30 14:13:04 +00:00
parent c7d8381445
commit db181733ce

View File

@@ -54,7 +54,7 @@ AC_DEFUN([AX_CXX_QT_TOOL], [
elif which "$2" > /dev/null; then elif which "$2" > /dev/null; then
$1=$2 $1=$2
elif which "$2-qt4" > /dev/null; then elif which "$2-qt4" > /dev/null; then
$1=$2 $1=$2-qt4
else else
HAVE_$1=0 HAVE_$1=0
$1="" $1=""