mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Update configure change
Always define THIN_CHECK_CMD define - since for now we compile thin code in more places.
This commit is contained in:
parent
ea91741212
commit
909887be5e
4
configure
vendored
4
configure
vendored
@ -7064,14 +7064,14 @@ fi
|
|||||||
|
|
||||||
test -z "$THIN_CHECK_CMD" && as_fn_error $? "thin_check not found in path $PATH" "$LINENO" 5
|
test -z "$THIN_CHECK_CMD" && as_fn_error $? "thin_check not found in path $PATH" "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|
||||||
#define THIN_CHECK_CMD "$THIN_CHECK_CMD"
|
#define THIN_CHECK_CMD "$THIN_CHECK_CMD"
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
@ -422,12 +422,12 @@ case "$THIN" in
|
|||||||
AC_PATH_PROG(THIN_CHECK_CMD, thin_check)
|
AC_PATH_PROG(THIN_CHECK_CMD, thin_check)
|
||||||
test -z "$THIN_CHECK_CMD" && AC_MSG_ERROR(thin_check not found in path $PATH)
|
test -z "$THIN_CHECK_CMD" && AC_MSG_ERROR(thin_check not found in path $PATH)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_DEFINE_UNQUOTED([THIN_CHECK_CMD], ["$THIN_CHECK_CMD"],
|
|
||||||
[The path to 'thin_check', if available.])
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
AC_DEFINE_UNQUOTED([THIN_CHECK_CMD], ["$THIN_CHECK_CMD"],
|
||||||
|
[The path to 'thin_check', if available.])
|
||||||
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
dnl -- Disable readline
|
dnl -- Disable readline
|
||||||
|
Loading…
Reference in New Issue
Block a user