Code

configure.ac: Add AC_MSG_RESULT for outputs screen
authorAvuton Olrich <avuton@gmail.com>
Sat, 29 Oct 2011 12:53:45 +0000 (05:53 -0700)
committerAvuton Olrich <avuton@gmail.com>
Thu, 3 Nov 2011 02:33:50 +0000 (19:33 -0700)
configure.ac

index 3dc9234e7a694529e5f628ec8a9881e88b0bc92b..fbcdf7f45d10a85c03c083c6b4be07d07d4aa9ce 100644 (file)
@@ -351,6 +351,8 @@ if test "x$enable_outputs_screen" = "xyes" ; then
 fi
 
 AM_CONDITIONAL(ENABLE_OUTPUTS_SCREEN, test x$enable_outputs_screen = xyes)
+AC_MSG_RESULT([$enable_outputs_screen])
+
 
 
 dnl