diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-06-27 21:04:50 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-06-27 21:04:50 +0000 |
commit | 56b073385213d187535fbbd24adaf9ebeb7c752f (patch) | |
tree | afe01139807e90487723a8e67ccfff22729fff87 | |
parent | aafedbf7c57903949e74fc7123a1f1fc1e94ea47 (diff) |
Disable building static libraries. Bump to 2.0.2 for header updates.libdrm-2_0_2
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3c5da6f4..48813503 100644 --- a/configure.ac +++ b/configure.ac @@ -19,12 +19,13 @@ # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. AC_PREREQ(2.57) -AC_INIT([libdrm], 2.0, [dri-devel@lists.sourceforge.net], libdrm) +AC_INIT([libdrm], 2.0.2, [dri-devel@lists.sourceforge.net], libdrm) AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([dist-bzip2]) AM_CONFIG_HEADER([libdrm/config.h]) +AC_DISABLE_STATIC AC_PROG_LIBTOOL AC_PROG_CC |