From 18911afe29858e2b89107024d4dc27f115210822 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 16 Apr 2009 13:29:25 +0200 Subject: Run syncqt when available and necessary The nightly public snapshots contain bin/syncqt but do not contain the include/ directory. Hence configure needs to detect this case and run syncqt to create the include tree so that configure actually passes Signed-off-by: Thiago Macieira --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 9f2b28d..b582d85 100755 --- a/configure +++ b/configure @@ -3973,7 +3973,7 @@ if [ -n "$PERL" ] && [ -x "$relpath/bin/syncqt" ]; then [ "$CFG_DEV" = "yes" ] && SYNCQT_OPTS="$SYNCQT_OPTS -check-includes" if [ "$OPT_SHADOW" = "yes" ]; then "$outpath/bin/syncqt" $SYNCQT_OPTS - elif [ "$CFG_DEV" = "yes" ]; then + elif [ "$CFG_DEV" = "yes" ] || [ ! -d $relpath/include ]; then QTDIR="$relpath" perl "$outpath/bin/syncqt" $SYNCQT_OPTS fi fi -- cgit v0.12