From f2d04475385013b3d09e968e058d78a375620c3f Mon Sep 17 00:00:00 2001 From: Mike Lundy Date: Wed, 21 Jan 2009 13:52:34 -0800 Subject: [PATCH] Leave QT_PATH alone. If QT_PATH is already set, and it wasn't passed in to --with-qt, don't overwrite it. Signed-off-by: Benoit Sigoure --- build-aux/autotroll.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-aux/autotroll.m4 b/build-aux/autotroll.m4 index 6d775cc..e6baacc 100644 --- a/build-aux/autotroll.m4 +++ b/build-aux/autotroll.m4 @@ -84,7 +84,7 @@ # them automagically for you (using implicit rules defined in autotroll.mk). m4_define([_AUTOTROLL_SERIAL], [m4_translit([ -# serial 2 +# serial 3 ], [# ], [])]) @@ -138,7 +138,7 @@ dnl Memo: AC_ARG_WITH(package, help-string, [if-given], [if-not-given]) AC_ARG_WITH([qt], [AS_HELP_STRING([--with-qt], [Path to Qt @<:@Look in PATH and /usr/local/Trolltech@:>@])], - [QT_PATH=$withval], [QT_PATH=]) + [QT_PATH=$withval]) # this is a hack to get decent flow control with 'break' for _qt_ignored in once; do -- 2.11.4.GIT