wrong syntax for command "test"

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32218 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2009-11-27 09:59:50 +00:00
parent dedfb0ce7e
commit 8acb4ba22d

View File

@ -29,7 +29,7 @@ AC_ARG_ENABLE(build-type,
build_type=prerelease;; build_type=prerelease;;
esac]) esac])
AC_MSG_RESULT([$build_type]) AC_MSG_RESULT([$build_type])
if test $lyx_devel_version == yes ; then if test $lyx_devel_version = yes ; then
AC_DEFINE(DEVEL_VERSION, 1, [Define if you are building a development version of LyX]) AC_DEFINE(DEVEL_VERSION, 1, [Define if you are building a development version of LyX])
LYX_DATE="not released yet" LYX_DATE="not released yet"
fi fi