diff -r 158702c9f65a -r 9409fe04bb7c configure --- a/configure Tue Jul 05 00:54:06 2011 +0200 +++ b/configure Thu Jul 14 17:59:33 2011 +0200 @@ -347,6 +347,7 @@ # Skip, auto-stuff compatibility --build=*|--host=*|--infodir=*|--datadir=*|--sysconfdir=*|--localstatedir=*) shift;; --build|--host|--infodir|--datadir|--sysconfdir|--localstatedir) shift 2;; + --enable-shared|--disable-shared|--enable-static|--disable-static) shift;; *) printf "Unrecognised option: '${1}'\n"; do_help; exit 1;; esac done