summaryrefslogtreecommitdiff
path: root/sys-libs/db/files/db-6.2.38-bashism-configure.patch
blob: bea1f3d3bde029ad844c9675d87ac3d66eb097ec (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/dist/aclocal/types.m4
+++ b/dist/aclocal/types.m4
@@ -188,7 +188,7 @@ AC_SUBST(db_off_t_decl)
 AC_CHECK_TYPE(db_off_t,,
     [AM_SEARCH_SSIZES(db_off_t_decl, db_off_t, $ac_cv_sizeof_off_t)])
 AC_SUBST(db_off_t_max_decl)
-if test "$ac_cv_sizeof_off_t" == "4"; then
+if test "$ac_cv_sizeof_off_t" = "4"; then
 	db_off_t_max_decl="#define DB_OFF_T_MAX INT32_MAX"
 else
 	db_off_t_max_decl="#define DB_OFF_T_MAX INT64_MAX"