blob: 95866a3106f543ad579b4c6460125b8b596dcd25 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.orig Sun Jan 8 05:19:01 2006
+++ configure Sat Feb 4 14:06:18 2006
@@ -192,6 +192,8 @@
shift
;;
--help) show_usage; exit ;;
+ --with-*)
+ shift ;;
*) show_usage; exit ;;
esac
done
|