Revert reordering of libtool macros.
authorScott Cantor <cantor.2@osu.edu>
Sun, 19 Sep 2010 17:52:28 +0000 (17:52 +0000)
committerScott Cantor <cantor.2@osu.edu>
Sun, 19 Sep 2010 17:52:28 +0000 (17:52 +0000)
configure.ac

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