From 45f3921b74363a1ba15dddeb96ca1ee6721d0c3b Mon Sep 17 00:00:00 2001 From: szaka Date: Tue, 15 Jul 2008 15:15:24 +0000 Subject: [PATCH] reorganize --enable/disable configure options --- configure.ac | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/configure.ac b/configure.ac index 1006509b..a62c4c17 100644 --- a/configure.ac +++ b/configure.ac @@ -66,13 +66,6 @@ AC_ARG_ENABLE( [enable_really_static="no"] ) -AC_ARG_ENABLE( - [library], - [AS_HELP_STRING([--disable-library],[do not install libntfs-3g but link it into ntfs-3g])], - , - [enable_library="yes"] -) - AC_ARG_ENABLE( [mount-helper], [AS_HELP_STRING([--enable-mount-helper],[install mount helper @<:@default=enabled for linux@:>@])], @@ -85,6 +78,13 @@ AC_ARG_ENABLE( ] ) +AC_ARG_ENABLE( + [ldscript], + [AS_HELP_STRING([--enable-ldscript],[use ldscript instead of .so symlink])], + , + [enable_ldscript="no"] +) + AC_ARG_ENABLE( [ldconfig], [AS_HELP_STRING([--disable-ldconfig],[do not update dynamic linker cache using ldconfig])], @@ -93,10 +93,10 @@ AC_ARG_ENABLE( ) AC_ARG_ENABLE( - [ldscript], - [AS_HELP_STRING([--enable-ldscript],[use ldscript instead of .so symlink])], + [library], + [AS_HELP_STRING([--disable-library],[do not install libntfs-3g but link it into ntfs-3g])], , - [enable_ldscript="no"] + [enable_library="yes"] ) AC_ARG_ENABLE(