diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-16 18:48:56 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-16 18:48:56 +0200 |
commit | 4beb6731a733fcbd2c871911f6e797f615c188ec (patch) | |
tree | a3ceadd57c943f92b69383dde06c8f92b53b8049 /source3/script | |
parent | 3e5ba883b3dd82e5285d98b8c5083336c478ba04 (diff) | |
download | samba-4beb6731a733fcbd2c871911f6e797f615c188ec.tar.gz samba-4beb6731a733fcbd2c871911f6e797f615c188ec.tar.bz2 samba-4beb6731a733fcbd2c871911f6e797f615c188ec.zip |
Use pidl from Samba 4 from Samba 3 rather than hoping there is one installed on the
system.
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/build_idl.sh | 4 |
1 files changed, 0 insertions, 4 deletions
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}" ## |