Changeset 1c06a640e08e9722a5e5c6f75d2bce88ab50e230
- Timestamp:
- 01/06/07 23:51:10 (6 years ago)
- Author:
- Philipp Kern <phil@…>
- Parents:
- 289c64c40f189ba48bf7b82f1d0003f019853279
- Children:
- cd320363828b664059ae021c9d5d2bb35ebff97b
- git-committer:
- Philipp Kern <phil@0x539.de> / 2007-01-06T22:51:10Z+0000
- Message:
-
[project @ Fixed GTKMM-2.8 check]
Original author: Armin Burgmeier <armin@…>
Date: 2005-11-03 21:58:27+00:00
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
ra2d50f3
|
r1c06a64
|
|
| 52 | 52 | # Check for the Gtkmm version available (either 2.6 or 2.8). |
| 53 | 53 | PKG_CHECK_GTKMM |
| 54 | | if test "x$GTKMM" = "x28" ; then |
| 55 | | AC_DEFINE([GTKMM_IS_28], 1, [Defined if Gtkmm's version is 2.8 or greater]) |
| | 54 | if test "x$GTKMM_VER" = "x28" ; then |
| | 55 | AC_DEFINE([GTKMM_GEQ_28], 1, [Defined if Gtkmm's version is 2.8 or greater]) |
| 56 | 56 | fi |
| 57 | 57 | |