summaryrefslogtreecommitdiff
path: root/comms/unixcw/files/patch-configure.ac
blob: 112cfd44c63b72abab37a93732ba8913e8749a72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.ac.orig	2013-07-16 21:37:30.000000000 -0500
+++ configure.ac	2013-07-16 21:37:49.000000000 -0500
@@ -292,7 +292,7 @@
     # autodetection of Qt4 dependencies
     m4_include([configure.qt.inc])
 
-    if [[[ $QT4INC != "" && $QT4MOC != "" ]]] ; then
+    if [[ "$QT4INC" -a "$QT4MOC" ]] ; then
         # we have moc4 and path to Qt4 include files,
         # so we can build xcwcp
 	WITH_XCWCP='yes'