From 5e265e83144637eaa039af5da1e27bd748365cc6 Mon Sep 17 00:00:00 2001 From: Michael Pyne Date: Mon, 19 Apr 2004 05:56:01 +0000 Subject: [PATCH] * A better test for the last commit. svn path=/trunk/kdenonbeta/kdecvs-build/; revision=304824 --- kdecvs-build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kdecvs-build b/kdecvs-build index c37f40a..830e35b 100755 --- a/kdecvs-build +++ b/kdecvs-build @@ -66,9 +66,9 @@ sub get_option my $option = shift; # Configure flags and CXXFLAGS are appended to the global option - if ($option eq 'configure-flags' || $option eq 'cxxflags') + if (($module ne 'qt-copy' && $option eq 'configure-flags') + || $option eq 'cxxflags') { - last if ($module eq 'qt-copy'); my $value = $global_opts{$option}; if (exists $package_opts{$module}->{$option}) {