[lvm-devel] dev-prajnoha-report-select - configure: accept 'none' as mangling mode

Peter Rajnoha prajnoha at fedoraproject.org
Fri Jun 6 12:02:55 UTC 2014


Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=b3ace4f9afaf36688820b72fdca7dcc54928151f
Commit:        b3ace4f9afaf36688820b72fdca7dcc54928151f
Parent:        93c2614e566c1aafae178c34838da21caf8ea16a
Author:        Zdenek Kabelac <zkabelac at redhat.com>
AuthorDate:    Thu Jun 5 14:38:10 2014 +0200
Committer:     Zdenek Kabelac <zkabelac at redhat.com>
CommitterDate: Thu Jun 5 17:47:23 2014 +0200

configure: accept 'none' as mangling mode

Since we advertise 'none' as mangling name, accept it.
Keep it backward compatible and leave disabled option still working
(though I guess there is likely no user of this option...)
---
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.in b/configure.in
index 807ad32..b16d34a 100644
--- a/configure.in
+++ b/configure.in
@@ -244,7 +244,7 @@ AC_ARG_WITH(default-name-mangling,
 	    MANGLING=$withval, MANGLING=auto)
 case "$MANGLING" in
  auto) mangling=DM_STRING_MANGLING_AUTO;;
- disabled) mangling=DM_STRING_MANGLING_NONE;;
+ none|disabled) mangling=DM_STRING_MANGLING_NONE;;
  hex) mangling=DM_STRING_MANGLING_HEX;;
  *) AC_MSG_ERROR([--with-default-name-mangling parameter invalid]);;
 esac




More information about the lvm-devel mailing list