diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-09-21 13:25:46 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-09-21 13:25:46 +0000 |
commit | 70472b438e8be8c8b7b54ac9d9989507b46692cd (patch) | |
tree | 1ae227088489089a0e9b659243022a528fc34960 | |
parent | 78422efb90cd4f0af7f063bdc32a83038b50716b (diff) |
make sure gtk apps are built
Original commit message from CVS:
make sure gtk apps are built
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e99a1292..18c0ad41 100644 --- a/configure.ac +++ b/configure.ac @@ -234,6 +234,7 @@ GTK_CFLAGS=$GTK2_CFLAGS GTK_LIBS=$GTK2_LIBS AC_SUBST(GTK_LIBS) AC_SUBST(GTK_CFLAGS) +AC_SUBST(HAVE_GTK) dnl Check for X11 extensions |