summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2008-05-19 20:06:34 +0000
committerAlasdair Kergon <agk@redhat.com>2008-05-19 20:06:34 +0000
commit25fbec5be1f5fd77519b58565e504c705ece696c (patch)
treeb9c8b7f384a55d0c4cefb3a3ad2db4ad259c15d2 /configure.in
parentfc54be1062ad0146ab303d5bd5ef1664faea759c (diff)
downloadlvm2-25fbec5be1f5fd77519b58565e504c705ece696c.tar.gz
lvm2-25fbec5be1f5fd77519b58565e504c705ece696c.tar.xz
lvm2-25fbec5be1f5fd77519b58565e504c705ece696c.zip
revert accidental checkin
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 3 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 829215cf..f726b220 100644
--- a/configure.in
+++ b/configure.in
@@ -539,10 +539,9 @@ AC_ARG_WITH(dmdir,
[ DMDIR= ])
# Convert a relative dir name to absolute.
-case x$DMDIR in
- x/*) ;;
- x) ;;
- x*) DMDIR="`pwd`/$DMDIR" ;;
+case $DMDIR in
+ /*) ;;
+ *) DMDIR="`pwd`/$DMDIR" ;;
esac
################################################################################
@@ -602,7 +601,6 @@ AC_SUBST(MIRRORS)
AC_SUBST(OWNER)
AC_SUBST(GROUP)
AC_SUBST(CFLAGS)
-AC_SUBST(CPPFLAGS)
AC_SUBST(COPTIMISE_FLAG)
AC_SUBST(CLDFLAGS)
AC_SUBST(CLDWHOLEARCHIVE)