edbus: exec configure in the end to preserve return code

SVN revision: 78803
devs/devilhorns/wayland_egl
Lucas De Marchi 11 years ago
parent dfd2bd0204
commit 20ec8868e6
  1. 2
      legacy/edbus/autogen.sh

@ -3,5 +3,5 @@
autoreconf -f -i
if [ -z "$NOCONFIGURE" ]; then
./configure "$@"
exec ./configure "$@"
fi

Loading…
Cancel
Save