diff options
author | Susan LoVerso <sue@mongodb.com> | 2016-02-16 12:09:40 -0500 |
---|---|---|
committer | Susan LoVerso <sue@mongodb.com> | 2016-02-16 12:09:40 -0500 |
commit | 1b8f652e2988bb2ae2f98d829343939867814132 (patch) | |
tree | 1f15403e137354ccc3ad980c0229f0654935ed2a /build_posix | |
parent | 48cbd17938a8016244a863442e7216ed09eca740 (diff) | |
parent | 711a07877131ccc3aa94b0cc0bfb68313efdb252 (diff) | |
download | mongo-1b8f652e2988bb2ae2f98d829343939867814132.tar.gz |
Merge branch 'develop' into wt-2349-readonly
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. |