diff --git a/configure b/configure index 8ce98e8..113d389 100755 --- a/configure +++ b/configure @@ -12,7 +12,7 @@ VAR=VALUE. LDFLAGS C linker flags --prefix= Set the install path - --debug Flags for debug build + --debug Flags for debug build, overides CFLAGS EOF exit 0 @@ -42,6 +42,7 @@ case "$arg" in CFLAGS=*) CFLAGS=${arg#*=} ;; LDFLAGS=*) LDFLAGS=${arg#*=} ;; CC=*) CC=${arg#*=} ;; +*) prinf "Unrecognized option %s" $arg;; esac done