]> git.pld-linux.org Git - packages/gdome2.git/blob - gdome2-glib2.patch
- added no-common patch to fix build with -fno-common, gcc 10+ default; release 16
[packages/gdome2.git] / gdome2-glib2.patch
1 diff -urbB gdome2-0.8.1.org/configure.in gdome2-0.8.1/configure.in
2 --- gdome2-0.8.1.org/configure.in       2003-10-05 16:39:27.000000000 +0200
3 +++ gdome2-0.8.1/configure.in   2005-10-16 22:21:46.704590000 +0200
4 @@ -57,24 +57,12 @@
5  dnl find glib
6  dnl
7  
8 -GLIB_1="no"
9 -AC_ARG_ENABLE(glib-1, 
10 -        [  --enable-glib-1=[no]                    Specify if you want to use glib 1],
11 -       GLIB_1=yes
12 -)
13 -
14 -if test "x$GLIB_1" = "xyes"
15 -then
16 -       PKG_CHECK_MODULES(GLIB, glib)
17 -       GLIB_REQUIRED="glib"
18 -       GLIB_MIN_VERSION=1.2.10
19 -        AM_PATH_GLIB($GLIB_MIN_VERSION,,AC_MSG_ERROR(Could not find GLIB (see config.log for details).))
20 -else
21         PKG_CHECK_MODULES(GLIB, glib-2.0)
22 +       GLIB_CONFIG="glib-config"
23         GLIB_REQUIRED="glib-2.0"
24         GLIB_MIN_VERSION=2.2.0
25          AM_PATH_GLIB_2_0($GLIB_MIN_VERSION,,AC_MSG_ERROR(Could not find GLIB (see config.log for details).))
26 -fi
27 +AC_SUBST(GLIB_CONFIG)
28  AC_SUBST(GLIB_MIN_VERSION)
29  AC_SUBST(GLIB_LIBS)
30  AC_SUBST(GLIB_REQUIRED)
This page took 0.115498 seconds and 3 git commands to generate.