summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDean Roehrich <roehrich@sgi.com>2001-07-24 20:22:44 +0000
committerDean Roehrich <roehrich@sgi.com>2001-07-24 20:22:44 +0000
commitda25242b7d7ae538b515844cc79a24be734a9b83 (patch)
tree5215561de7273ac9e21342c56789ab8c24c87312 /configure.in
parent7523383b44f4ff9c472887526c1a5e8136ea7d6d (diff)
downloadattr-da25242b7d7ae538b515844cc79a24be734a9b83.tar.gz
fix the AC_ARG_ENABLE macro for --enable-shared.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ba963c3..70ae6fd 100644
--- a/configure.in
+++ b/configure.in
@@ -110,7 +110,7 @@ libtool=$LIBTOOL
AC_SUBST(libtool)
dnl libtool to build libraries static only?
-AC_ARG_ENABLE(enable_shared,
+AC_ARG_ENABLE(shared,
[ --enable-shared=[yes/no] Enable use of shared libraries [default=yes].],
,
enable_shared=yes)