commit | 8418d8f3dd32918dae2ecc2bd358b76e85c324a9 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Tue Dec 24 02:39:47 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Dec 24 02:39:47 2002 +0000 |
tree | ba84b55cce3b4a00a11ec400b146cfe2c65bd036 | |
parent | 6ed40bb2afdc08bd43078291eca0b8daa3c3fdfd [diff] [blame] |
Fixed quoting in INSTALL check.
diff --git a/configure.ac b/configure.ac index 5745914..eb91bc3 100644 --- a/configure.ac +++ b/configure.ac
@@ -90,7 +90,7 @@ AC_PROG_INSTALL dnl Prepend src dir to install path dir if it's a relative path case "$INSTALL" in - [\\/$]* | ?:[\\/]* ) ;; + [[\\/$]]* | ?:[[\\/]]* ) ;; *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;; esac