Changeset 4d8fbe8


Ignore:
Timestamp:
2008-02-17T11:15:49Z (16 years ago)
Author:
Sven Moritz Hallberg <sm@…>
Branches:
master
Children:
fcfd9c5
Parents:
12cc58b
Message:

remove gthread dependency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r12cc58b r4d8fbe8  
    176176        if $PKG_CONFIG glib-2.0 --atleast-version=$GLIB_MIN_VERSION; then
    177177                cat<<EOF>>Makefile.settings
    178 EFLAGS+=`$PKG_CONFIG --libs glib-2.0 gmodule-2.0 gthread-2.0`
    179 CFLAGS+=`$PKG_CONFIG --cflags glib-2.0 gmodule-2.0 gthread-2.0`
     178EFLAGS+=`$PKG_CONFIG --libs glib-2.0 gmodule-2.0`
     179CFLAGS+=`$PKG_CONFIG --cflags glib-2.0 gmodule-2.0`
    180180EOF
    181181        else
Note: See TracChangeset for help on using the changeset viewer.