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 | 50633ff1dc006d7916249fb329fa9ca9634de3c6 (patch) | |
tree | f58b7d0d1d86b3b839e9e9d3b477757fe0dd79a5 /configure.ac | |
parent | b60dac108eb4385ea0623f6e8f97a1417d03cbd2 (diff) | |
download | gst-plugins-bad-50633ff1dc006d7916249fb329fa9ca9634de3c6.tar.gz gst-plugins-bad-50633ff1dc006d7916249fb329fa9ca9634de3c6.tar.bz2 gst-plugins-bad-50633ff1dc006d7916249fb329fa9ca9634de3c6.zip |
make sure gtk apps are built
Original commit message from CVS:
make sure gtk apps are built
Diffstat (limited to 'configure.ac')
-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 |