diff options
Diffstat (limited to 'db')
| -rw-r--r-- | db/db3_3.2.9.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/db3_3.2.9.oe b/db/db3_3.2.9.oe index 33ec4607ce..820d03d3d1 100644 --- a/db/db3_3.2.9.oe +++ b/db/db3_3.2.9.oe @@ -36,7 +36,7 @@ do_configure_prepend () { echo "DB_VERSION_PATCH=$DB_VERSION_PATCH" && echo "AC_SUBST(DB_VERSION_STRING)" && echo "AC_DEFINE(DB_VERSION_STRING, [$DB_VERSION_STRING])" && - echo "DB_VERSION_STRING=\"\\"\$DB_VERSION_STRING\\"\"" && + echo "DB_VERSION_STRING=\"\\\"\$DB_VERSION_STRING\\\"\"" && echo "])dnl") > acinclude.m4 ) } |
