Skip to content
Snippets Groups Projects
Commit 13b64e41 authored by Jiri Sadek's avatar Jiri Sadek
Browse files

Merge branch 'fix-schema-version-bump'

parents caaabbac 1b59e4b8
Branches
Tags 2.15.0-rc7
No related merge requests found
......@@ -135,9 +135,9 @@ AC_ARG_WITH([idldir], [AS_HELP_STRING([--with-idldir],
# check schema file
AC_ARG_WITH([schema], [AS_HELP_STRING([--with-schema],
[xml schema defining EPP protocol [schemas/all-2.3.2.xsd]])],
[xml schema defining EPP protocol [schemas/all-2.4.0.xsd]])],
[AC_SUBST([SCHEMA], [$withval])],
[AC_SUBST([SCHEMA], [$srcdir/schemas/all-2.3.2.xsd])])
[AC_SUBST([SCHEMA], [$srcdir/schemas/all-2.4.0.xsd])])
AC_CHECK_FILE([$SCHEMA], [], [AC_MSG_ERROR(
[xml schema "$SCHEMA" does not exist (use --with-schema)])])
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment