diff options
author | Darrell Anderson <[email protected]> | 2012-03-29 14:28:28 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-03-29 14:28:28 -0500 |
commit | 51d81aad5fb0b91046d55d5511fc90763bfc0e47 (patch) | |
tree | b41cba1fbb883df3eb69dae697f2b08c7a5224fd /configure.gnu | |
parent | 37249a7d6e4ce53ff750e996dac6d0a2918820f1 (diff) | |
download | libksquirrel-51d81aad5fb0b91046d55d5511fc90763bfc0e47.tar.gz libksquirrel-51d81aad5fb0b91046d55d5511fc90763bfc0e47.zip |
Prevent hard-coding of --prefix.
Diffstat (limited to 'configure.gnu')
-rwxr-xr-x | configure.gnu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.gnu b/configure.gnu index 1d743d0..f85a525 100755 --- a/configure.gnu +++ b/configure.gnu @@ -1,7 +1,7 @@ #!/bin/sh #par="--exec-prefix=/usr --prefix=/usr --libdir=/usr/lib/ksquirrel" -par="--disable-rpath --prefix=/usr" +#par="--disable-rpath --prefix=/usr" echo "*** Doing configure $* $par ..." |