mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
Fix location of included popt files for systems that don't have popt.
This commit is contained in:
parent
79190992b3
commit
b16a8f31ad
@ -8,7 +8,7 @@ default: all
|
||||
|
||||
include mkconfig.mk
|
||||
|
||||
pidldir := $(srcdir)/pidl
|
||||
pidldir := $(srcdir)/../pidl
|
||||
|
||||
BASEDIR = $(prefix)
|
||||
TORTUREDIR = $(libdir)/torture
|
||||
|
@ -255,7 +255,7 @@ fi
|
||||
if test x"${PIDL_TESTS_SKIP}" = x"yes"; then
|
||||
echo "Skipping pidl tests - PIDL_TESTS_SKIP=yes"
|
||||
elif $PERL -e 'eval require Test::More;' > /dev/null 2>&1; then
|
||||
for f in $samba4srcdir/pidl/tests/*.pl; do
|
||||
for f in $samba4srcdir/../pidl/tests/*.pl; do
|
||||
plantest "pidl.`basename $f .pl`" none $PERL $f "|" $samba4srcdir/script/harness2subunit.pl
|
||||
done
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user