Revert reordering of libtool macros.
authorcantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Sun, 19 Sep 2010 17:52:33 +0000 (17:52 +0000)
committercantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Sun, 19 Sep 2010 17:52:33 +0000 (17:52 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/branches/REL_2@584 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0

configure.ac

index 596484c..a265891 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