summaryrefslogtreecommitdiff
path: root/source4/pidl/tests
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-01-30 20:25:40 +0100
committerStefan Metzmacher <metze@samba.org>2008-01-30 20:25:40 +0100
commitdca5fab18065be56e3a7fd0ee1507214eb667534 (patch)
tree981f9f3b6dba28c9daa8bf972425adb8066bcb7b /source4/pidl/tests
parent61379d97cd3f4f21cc55d3cf3539e0adfa274b7f (diff)
downloadsamba-dca5fab18065be56e3a7fd0ee1507214eb667534.tar.gz
samba-dca5fab18065be56e3a7fd0ee1507214eb667534.tar.bz2
samba-dca5fab18065be56e3a7fd0ee1507214eb667534.zip
pidl: be consistent and always ask pkg-config only for 'ndr'
metze (This used to be commit ab2e1394d0a66ca13750e1b6f4ced07f4a0f3453)
Diffstat (limited to 'source4/pidl/tests')
-rw-r--r--source4/pidl/tests/Util.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/pidl/tests/Util.pm b/source4/pidl/tests/Util.pm
index 82ab130e5a..4ad216a6a1 100644
--- a/source4/pidl/tests/Util.pm
+++ b/source4/pidl/tests/Util.pm
@@ -134,7 +134,7 @@ $c
$cc = "cc";
}
- my $flags = `pkg-config --libs --cflags ndr samba-config`;
+ my $flags = `pkg-config --libs --cflags ndr`;
my $cmd = "$cc $cflags -x c - -o $outfile $flags $ldflags";
$cmd =~ s/\n//g;