From df4dccc7a9691555e05c8945048603621340b5d7 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 22 Aug 2012 11:51:31 -0700 Subject: build: Only add links to .so files if we're building them Xlib-GLX and OSMesa support static building. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=53962 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 46e95275550..ad20c87c505 100644 --- a/configure.ac +++ b/configure.ac @@ -283,6 +283,8 @@ xnono ) ;; esac +AM_CONDITIONAL(BUILD_SHARED, test "x$enable_shared" = xyes) + dnl dnl mklib options dnl -- cgit v1.2.3