diff options
author | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2016-02-09 18:32:11 -0500 |
---|---|---|
committer | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2016-02-10 14:17:14 -0500 |
commit | 1cd41bee33812da0bd8656527f90ced91ddb2a02 (patch) | |
tree | 6b1ff0e7437c3b3b29f7b0ea615e3fd7aa5405a1 /build_posix | |
parent | 77cf87708750ad86cf16ae5eb88899039979b1be (diff) | |
download | mongo-1cd41bee33812da0bd8656527f90ced91ddb2a02.tar.gz |
WT-2280 Build Integration
Diffstat (limited to 'build_posix')
-rw-r--r-- | build_posix/configure.ac.in | 1 |
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. |