aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2009-06-05 06:42:33 +0000
committerzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2009-06-05 06:42:33 +0000
commit240fe5a0cf84258c9baf288b78debd3a4b709913 (patch)
treed577c47cc36662b140288e9105f4c0ffea5e45a7 /scripts
parentb82431625d1842d1498f3c0e6f1923ce81837c6e (diff)
downloadgoogletest-240fe5a0cf84258c9baf288b78debd3a4b709913.tar.gz
googletest-240fe5a0cf84258c9baf288b78debd3a4b709913.tar.bz2
googletest-240fe5a0cf84258c9baf288b78debd3a4b709913.zip
Fixes errors in the autotools scripts.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gmock-config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gmock-config.in b/scripts/gmock-config.in
index 016ad611..9ce17a25 100755
--- a/scripts/gmock-config.in
+++ b/scripts/gmock-config.in
@@ -259,7 +259,7 @@ fi
# Add the necessary Google Test bits into the various flag variables
gmock_cppflags="${gmock_cppflags} `${gtest_config} --cppflags`"
gmock_cxxflags="${gmock_cxxflags} `${gtest_config} --cxxflags`"
-gmock_ldflags="${gmock_ldflags}`${gtest_config} --ldflags`"
+gmock_ldflags="${gmock_ldflags} `${gtest_config} --ldflags`"
gmock_libs="${gmock_libs} `${gtest_config} --libs`"
# Do an installation query if requested.