* A better test for the last commit.

svn path=/trunk/kdenonbeta/kdecvs-build/; revision=304824
wilder
Michael Pyne 22 years ago
parent 5e995614c9
commit 5e265e8314
  1. 4
      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})
{

Loading…
Cancel
Save