From 4beb6731a733fcbd2c871911f6e797f615c188ec Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 16 Sep 2008 18:48:56 +0200 Subject: Use pidl from Samba 4 from Samba 3 rather than hoping there is one installed on the system. --- source3/script/build_idl.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/script/build_idl.sh') diff --git a/source3/script/build_idl.sh b/source3/script/build_idl.sh index 7aaddc70c7..8ff5dcd949 100755 --- a/source3/script/build_idl.sh +++ b/source3/script/build_idl.sh @@ -8,10 +8,6 @@ cd ${srcdir} [ -d librpc/gen_ndr ] || mkdir -p librpc/gen_ndr || exit 1 -if [ -z "$PIDL" ] ; then - PIDL=pidl -fi - PIDL="$PIDL ${PIDL_ARGS} ${PIDL_EXTRA_ARGS}" ## -- cgit