[gspell] build: regroup AC_PATH_PROG's



commit 1da42fc9eb095f3be912be8851f90fe63b910cf1
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Wed May 10 14:05:40 2017 +0200

    build: regroup AC_PATH_PROG's

 configure.ac |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9090a83..8e2b3dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,6 +73,7 @@ PKG_PROG_PKG_CONFIG
 PKG_INSTALLDIR
 
 AC_PATH_PROG([GLIB_MKENUMS], [glib-mkenums])
+AC_PATH_PROG([GLIB_COMPILE_RESOURCES], [glib-compile-resources])
 
 # Needed on Mac OS X
 AC_PROG_OBJC
@@ -81,9 +82,6 @@ AC_PROG_OBJC
 LT_PREREQ([2.2.6])
 LT_INIT([disable-static])
 
-# Pull GLib utility
-AC_PATH_PROG(GLIB_COMPILE_RESOURCES, glib-compile-resources)
-
 # Compile warnings. There can be deprecation warnings at any time, so disable
 # -Werror by default with the [yes] argument.
 AX_REQUIRE_DEFINED([AX_COMPILER_FLAGS])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]