Skip to content
Snippets Groups Projects
Commit 0d1f1121 authored by Danny Auble's avatar Danny Auble
Browse files

Fix for bad check

parent 43304e3d
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ AC_DEFUN([X_AC_DEBUG], [
[Define to 1 if you are building a production release.]
)
fi
AC_MSG_RESULT([${x_ac_developer=no}])
AC_MSG_RESULT([${x_ac_debug=no}])
AC_MSG_CHECKING([whether or not developer options are enabled])
AC_ARG_ENABLE(
......
......@@ -22292,8 +22292,8 @@ fi
$as_echo "#define NDEBUG 1" >>confdefs.h
 
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${x_ac_developer=no}" >&5
$as_echo "${x_ac_developer=no}" >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${x_ac_debug=no}" >&5
$as_echo "${x_ac_debug=no}" >&6; }
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether or not developer options are enabled" >&5
$as_echo_n "checking whether or not developer options are enabled... " >&6; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment