Changeset 9ae8f82
- Timestamp:
- 2016-07-25T23:42:31Z (8 years ago)
- Branches:
- master
- Children:
- 57f81ec
- Parents:
- f60dc5c
- git-author:
- dequis <dx@…> (17-07-16 16:22:56)
- git-committer:
- dequis <dx@…> (25-07-16 23:42:31)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
rf60dc5c r9ae8f82 336 336 fi 337 337 338 if $PKG_CONFIG --version > /dev/null 2>/dev/null && $PKG_CONFIG glib-2.0; then 338 if ! $PKG_CONFIG --version > /dev/null 2>/dev/null; then 339 echo 340 echo 'Cannot find pkg-config, aborting.' 341 exit 1 342 fi 343 344 if $PKG_CONFIG glib-2.0; then 339 345 if $PKG_CONFIG glib-2.0 --atleast-version=$GLIB_MIN_VERSION; then 340 346 cat<<EOF >>Makefile.settings
Note: See TracChangeset
for help on using the changeset viewer.