Reorder libtool macros.
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Tue, 14 Sep 2010 01:12:12 +0000 (01:12 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Tue, 14 Sep 2010 01:12:12 +0000 (01:12 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/branches/REL_1@790 de75baf8-a10c-0410-a50a-987c0e22f00f

configure.ac

index 0bd3e49..56c3ba1 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