diff options
Diffstat (limited to 'lib/tevent/autogen.sh')
-rwxr-xr-x | lib/tevent/autogen.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/tevent/autogen.sh b/lib/tevent/autogen.sh index fec05f54d4..7a1e7ab990 100755 --- a/lib/tevent/autogen.sh +++ b/lib/tevent/autogen.sh @@ -9,8 +9,6 @@ autoheader $IPATHS || exit 1 rm -rf autom4te.cache -swig -O -Wall -python -keyword events.i # Ignore errors for now - echo "Now run ./configure and then make." exit 0 |