aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 0ffabb3..94bf4ca 100755
--- a/configure
+++ b/configure
@@ -35,8 +35,8 @@ show_help(){
35 echo 35 echo
36 echo " --help print this message" 36 echo " --help print this message"
37 echo " --prefix=PREFIX install in PREFIX [$prefix]" 37 echo " --prefix=PREFIX install in PREFIX [$prefix]"
38 echo " --libdir=DIR install libs in DIR [$prefix/lib]" 38 echo " --libdir=DIR install libs in DIR [$libdir]"
39 echo " --incdir=DIR install includes in DIR [$prefix/include]" 39 echo " --incdir=DIR install includes in DIR [$incdir]"
40 echo " --enable-shared build shared libraries [no]" 40 echo " --enable-shared build shared libraries [no]"
41 echo " --enable-static build static libraries [yes]" 41 echo " --enable-static build static libraries [yes]"
42 echo " --enable-msvc create msvc-compatible import lib [auto]" 42 echo " --enable-msvc create msvc-compatible import lib [auto]"