mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
Move AC_DISABLE_STATIC before AM_PROG_LIBTOOL
Fix warning (and problem?) if AC_DISABLE_STATIC occurs after AM_PROG_LIBTOOL. svn path=/trunk/; revision=43
This commit is contained in:
parent
f8db7689af
commit
d8f9d1a448
1 changed files with 1 additions and 1 deletions
|
|
@ -7,9 +7,9 @@ AM_MAINTAINER_MODE
|
|||
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
|
||||
AC_DISABLE_STATIC
|
||||
AC_PROG_CC
|
||||
AM_PROG_LIBTOOL
|
||||
AC_DISABLE_STATIC
|
||||
|
||||
GETTEXT_PACKAGE=gnome-shell
|
||||
AC_SUBST(GETTEXT_PACKAGE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue