Skip to content

Commit b9b134f

Browse files
author
Bill French
committed
fix LDFLAGS
1 parent 862224f commit b9b134f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -4279,7 +4279,7 @@ _ACEOF
42794279
42804280
42814281
CPPFLAGS="${GMOCK_CPPFLAGS} ${GTEST_CPPFLAGS} $CPPFLAGS"
4282-
LDFLAGS="${GTEST_LDFLAGS} ${GTEST_LDFLAGS} $LDFLAGS"
4282+
LDFLAGS="${GMOCK_LDFLAGS} ${GTEST_LDFLAGS} $LDFLAGS"
42834283
42844284
# All Done. Time to write.
42854285
cat >confcache <<\_ACEOF

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ AS_IF([test -x ${SOCAT}],
225225
AC_DEFINE_UNQUOTED([SOCAT], "$SOCAT")
226226

227227
CPPFLAGS="${GMOCK_CPPFLAGS} ${GTEST_CPPFLAGS} $CPPFLAGS"
228-
LDFLAGS="${GTEST_LDFLAGS} ${GTEST_LDFLAGS} $LDFLAGS"
228+
LDFLAGS="${GMOCK_LDFLAGS} ${GTEST_LDFLAGS} $LDFLAGS"
229229

230230
# All Done. Time to write.
231231
AC_OUTPUT

0 commit comments

Comments
 (0)