summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-01-27 01:06:50 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:14 -0500
commit37957ea3ebf5a08dcc38a01b597be0429606645e (patch)
tree64fb35ecfaf97626a46a01cc990e8aabc0edb93e /source4/script
parentadda6b39b6f77d84c1379ab8da7cf6fbb315afbe (diff)
downloadsamba-37957ea3ebf5a08dcc38a01b597be0429606645e.tar.gz
samba-37957ea3ebf5a08dcc38a01b597be0429606645e.tar.bz2
samba-37957ea3ebf5a08dcc38a01b597be0429606645e.zip
r5026: Don't build the swig stuff by default until it's a bit more stable.
(This used to be commit df35f1debf30682363399ee2a02063da695fff84)
Diffstat (limited to 'source4/script')
-rwxr-xr-xsource4/script/build_idl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/build_idl.sh b/source4/script/build_idl.sh
index 66f3400b6d..a4d0dfea8b 100755
--- a/source4/script/build_idl.sh
+++ b/source4/script/build_idl.sh
@@ -4,7 +4,7 @@ FULLBUILD=$1
[ -d librpc/gen_ndr ] || mkdir -p librpc/gen_ndr || exit 1
-PIDL="$PERL ./build/pidl/pidl.pl --output librpc/gen_ndr/ndr_ --parse --header --parser --server --client --swig"
+PIDL="$PERL ./build/pidl/pidl.pl --output librpc/gen_ndr/ndr_ --parse --header --parser --server --client"
EPARSERPIDL="$PERL ./build/pidl/pidl.pl --output $EPARSERPREFIX/ndr_ --parse --header --parser --eparser"
if [ x$FULLBUILD = xFULL ]; then