comparison src/configure.in @ 7858:e90a16795c74 v7.4.1226

commit https://github.com/vim/vim/commit/3803bad99de92f4c5ebd6f40b757bc7ade47619e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 31 17:56:07 2016 +0100 patch 7.4.1226 Problem: GRESOURCE_HDR is unused. Solution: Remove it. (Kazunobu Kuriyama)
author Christian Brabandt <cb@256bit.org>
date Sun, 31 Jan 2016 18:00:04 +0100
parents 798673834bab
children 265bcedffc15
comparison
equal deleted inserted replaced
7857:bbdb5af25c96 7858:e90a16795c74
2617 if test "x$GLIB_COMPILE_RESOURCES" = xno ; then 2617 if test "x$GLIB_COMPILE_RESOURCES" = xno ; then
2618 AC_MSG_RESULT([cannot be found in PATH.]) 2618 AC_MSG_RESULT([cannot be found in PATH.])
2619 else 2619 else
2620 AC_MSG_RESULT([usable.]) 2620 AC_MSG_RESULT([usable.])
2621 AC_DEFINE(USE_GRESOURCE) 2621 AC_DEFINE(USE_GRESOURCE)
2622 GRESOURCE_HDR="auto/gui_gtk_gresources.h"
2623 GRESOURCE_SRC="auto/gui_gtk_gresources.c" 2622 GRESOURCE_SRC="auto/gui_gtk_gresources.c"
2624 GRESOURCE_OBJ="objects/gui_gtk_gresources.o" 2623 GRESOURCE_OBJ="objects/gui_gtk_gresources.o"
2625 fi 2624 fi
2626 else 2625 else
2627 AC_MSG_RESULT([not usable.]) 2626 AC_MSG_RESULT([not usable.])
2629 else 2628 else
2630 AC_MSG_RESULT([cannot obtain from pkg_config.]) 2629 AC_MSG_RESULT([cannot obtain from pkg_config.])
2631 fi 2630 fi
2632 fi 2631 fi
2633 AC_SUBST(GLIB_COMPILE_RESOURCES) 2632 AC_SUBST(GLIB_COMPILE_RESOURCES)
2634 AC_SUBST(GRESOURCE_HDR)
2635 AC_SUBST(GRESOURCE_SRC) 2633 AC_SUBST(GRESOURCE_SRC)
2636 AC_SUBST(GRESOURCE_OBJ) 2634 AC_SUBST(GRESOURCE_OBJ)
2637 2635
2638 dnl Check for Motif include files location. 2636 dnl Check for Motif include files location.
2639 dnl The LAST one found is used, this makes the highest version to be used, 2637 dnl The LAST one found is used, this makes the highest version to be used,