Skip to content

Commit 5a05148

Browse files
committed
PHPC-757: Improve handshake a little with CFLAGS and LDFLAGS
1 parent a34f4f3 commit 5a05148

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config.m4

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,9 @@ Please submit bugreports at:
620620
https://jira.mongodb.org/browse/PHPC
621621
622622
"])
623+
624+
AC_SUBST(MONGOC_USER_SET_CFLAGS, "'$CFLAGS'")
625+
AC_SUBST(MONGOC_USER_SET_LDFLAGS, "'$LDFLAGS'")
623626
fi
624627

625628
dnl: vim: et sw=2

0 commit comments

Comments
 (0)