Skip to content

Commit

Permalink
xslt-config.in: Fix broken --prefix=DIR support
Browse files Browse the repository at this point in the history
Passing --prefix=DIR to `configure' is currently ignored.
  • Loading branch information
hughmcmaster authored and nwellnhof committed Aug 2, 2019
1 parent bcb258f commit 2477a06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xslt-config.in
Expand Up @@ -39,6 +39,8 @@ while test $# -gt 0; do
case "$1" in
--prefix=*)
prefix=$optarg
includedir=${prefix}/include
libdir=${prefix}/lib
if test $exec_prefix_set = no ; then
exec_prefix=$optarg
fi
Expand Down

0 comments on commit 2477a06

Please sign in to comment.