configure.ac: Do not enable -Wl,--no-undefined on Mac OS X.
authorVinson Lee <vlee@freedesktop.org>
Thu, 22 May 2014 05:13:13 +0000 (22:13 -0700)
committerVinson Lee <vlee@freedesktop.org>
Thu, 22 May 2014 05:13:13 +0000 (22:13 -0700)
commit5dd927bbfc36c8176536bb66a58467f97a1a3be3
tree521e2337f76d9fa60b781f5111409aeaef1fdb51
parentd4225f803bd01919a459cc63028deddebfb0ea2b
configure.ac: Do not enable -Wl,--no-undefined on Mac OS X.

This patch fixes this build error on Mac OS X.

  CCLD     libglapi.la
clang: warning: argument unused during compilation: '-pthread'
clang: warning: argument unused during compilation: '-pthread'
ld: unknown option: --no-undefined
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
configure.ac