Kaydet (Commit) da33122c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix --with-export-validation check

Change-Id: I12b99b361a10f48435694719870ed16f2ce4a31a
üst 9a73719c
...@@ -2633,7 +2633,7 @@ dnl =================================================================== ...@@ -2633,7 +2633,7 @@ dnl ===================================================================
dnl Export file validation dnl Export file validation
dnl =================================================================== dnl ===================================================================
AC_MSG_CHECKING([whether to enable export file validation]) AC_MSG_CHECKING([whether to enable export file validation])
if test "with_export_validation" != "no"; then if test "$with_export_validation" = yes; then
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
AC_DEFINE(HAVE_EXPORT_VALIDATION) AC_DEFINE(HAVE_EXPORT_VALIDATION)
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment