Revision d14d93b0 configure.ac

b/configure.ac
797 797
  AC_MSG_WARN(m4_normalize([Required development modules ($PY_NODEV) were not
798 798
                            found, you won't be able to run Python unittests]))
799 799
else
800
   AC_MSG_NOTICE([Python development modules found, unittests enabled])
800
  AC_MSG_NOTICE([Python development modules found, unittests enabled])
801 801
fi
802 802
AC_SUBST(PY_NODEV)
803
AM_CONDITIONAL([PY_NODEV], [test -n $PY_NODEV])
803
AM_CONDITIONAL([PY_UNIT], [test -n $PY_NODEV])
804 804

  
805 805
AC_CONFIG_FILES([ Makefile ])
806 806

  

Also available in: Unified diff