Reorder libtool macros.
authorScott Cantor <cantor.2@osu.edu>
Tue, 14 Sep 2010 18:06:24 +0000 (18:06 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 14 Sep 2010 18:06:24 +0000 (18:06 +0000)
configure.ac

index a265891..596484c 100644 (file)
@@ -56,8 +56,8 @@ else
        esac
 fi
 
-AC_DISABLE_STATIC
 AC_PROG_LIBTOOL
+AC_DISABLE_STATIC
 
 # Checks for typedefs, structures, and compiler characteristics.
 AC_C_CONST