Skip to content

Commit

Permalink
Fix BSON_API_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
bjori committed Nov 23, 2015
1 parent cf03996 commit 5ad539a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ AC_CONFIG_AUX_DIR([build/autotools])
AC_SUBST(ACLOCAL_AMFLAGS, "-I build/autotools")

BSON_API_VERSION=1.0
AC_SUBST([BSON_API_VERSION], [bson_api_version])
AC_SUBST(BSON_API_VERSION)

m4_include([build/autotools/CheckCompiler.m4])
m4_include([build/autotools/CheckHeaders.m4])
Expand Down

0 comments on commit 5ad539a

Please sign in to comment.