- rename http_absolute_uri to http_build_uri (complements http_build_query)
[m6w6/ext-http] / rebuild
diff --git a/rebuild b/rebuild
index 0643c83ef3e071d65938243a88eb0ea48b4bef6b..2506a9b6a50d6afa2ce549b5a0b6e72229aad6a3 100755 (executable)
--- a/rebuild
+++ b/rebuild
@@ -11,7 +11,7 @@ echo "DONE"
 
 echo -n "configuring... "
 CFLAGS="-W -Wchar-subscripts -Wformat=2 -Wno-format-y2k -Wimplicit -Wmissing-braces -Wunused-variable  -Wbad-function-cast -Wpointer-arith -Wsign-compare -Winline" \
-    ./configure >/dev/null
+    ./configure $@ >/dev/null
 if test $? -ne 0 ; then
     echo "FAILED!"
     exit 1