From 5a4d68089c8577dbbf33785e1158556caad3a782 Mon Sep 17 00:00:00 2001 From: Tom Fogal Date: Wed, 16 Dec 2009 20:59:27 -0700 Subject: [PATCH] BG/L also uses .a as the library extension. --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 5fe3a94..c91167b 100644 --- a/configure.ac +++ b/configure.ac @@ -230,7 +230,7 @@ else LIB_EXTENSION='dylib' ;; cygwin* ) LIB_EXTENSION='dll' ;; - aix* ) + aix*|*bgl-blrts* ) LIB_EXTENSION='a' ;; * ) LIB_EXTENSION='so' ;; -- 1.6.3.3