summaryrefslogtreecommitdiff
path: root/build_posix
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2016-02-09 18:32:11 -0500
committerMark Benvenuto <mark.benvenuto@mongodb.com>2016-02-10 14:17:14 -0500
commit1cd41bee33812da0bd8656527f90ced91ddb2a02 (patch)
tree6b1ff0e7437c3b3b29f7b0ea615e3fd7aa5405a1 /build_posix
parent77cf87708750ad86cf16ae5eb88899039979b1be (diff)
downloadmongo-1cd41bee33812da0bd8656527f90ced91ddb2a02.tar.gz
WT-2280 Build Integration
Diffstat (limited to 'build_posix')
-rw-r--r--build_posix/configure.ac.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_posix/configure.ac.in b/build_posix/configure.ac.in
index 875c8b436a8..06d73e2fe12 100644
--- a/build_posix/configure.ac.in
+++ b/build_posix/configure.ac.in
@@ -32,6 +32,7 @@ AC_SUBST([LIBTOOL_DEPS])
AC_PROG_CC(cc gcc)
AC_PROG_CXX(c++ g++)
+AM_PROG_AS(as gas)
if test "$GCC" = "yes"; then
# The Solaris gcc compiler gets the additional -pthreads flag.