]> git.lyx.org Git - features.git/commitdiff
wrong syntax for command "test"
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 27 Nov 2009 09:59:50 +0000 (09:59 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 27 Nov 2009 09:59:50 +0000 (09:59 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32218 a592a061-630c-0410-9148-cb99ea01b6c8

config/lyxinclude.m4

index 914a2a692e84b1818bef19f9c0b3232714d30ea9..05a69d6c8e509e070d5869b5e7ada5fa70892258 100644 (file)
@@ -29,7 +29,7 @@ AC_ARG_ENABLE(build-type,
           build_type=prerelease;;
    esac])
 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])
            LYX_DATE="not released yet"
 fi