Searched refs:GLIB_COMPILE_RESOURCES (Results 1 – 5 of 5) sorted by relevance
155 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
3132 …$(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=../pixmaps --generate --c-name=gui_gtk --manual-…3135 …$(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=../pixmaps --generate --c-name=gui_gtk --manual-…
2850 AC_PATH_PROG(GLIB_COMPILE_RESOURCES,[glib-compile-resources],no)2852 if test "x$GLIB_COMPILE_RESOURCES" = xno ; then2853 GLIB_COMPILE_RESOURCES=""2898 AC_SUBST(GLIB_COMPILE_RESOURCES) subst
9963 case $GLIB_COMPILE_RESOURCES in9965 …ac_cv_path_GLIB_COMPILE_RESOURCES="$GLIB_COMPILE_RESOURCES" # Let the user override the test with …9987 GLIB_COMPILE_RESOURCES=$ac_cv_path_GLIB_COMPILE_RESOURCES9988 if test -n "$GLIB_COMPILE_RESOURCES"; then9989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GLIB_COMPILE_RESOURCES" >&59990 $as_echo "$GLIB_COMPILE_RESOURCES" >&6; }9999 if test "x$GLIB_COMPILE_RESOURCES" = xno ; then10000 GLIB_COMPILE_RESOURCES=""
8773 Solution: Make GLIB_COMPILE_RESOURCES empty instead of leaving it at "no".