summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 517d33d..7d0e1c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -127,7 +127,8 @@ else
if test x$enable_gtk2 = xyes; then
TRG_GTK2_CONFIGURE()
else
- TRG_GTK3_CONFIGURE([TRG_GTK2_CONFIGURE()])
+ dnl TRG_GTK3_CONFIGURE([TRG_GTK2_CONFIGURE()])
+ TRG_GTK2_CONFIGURE()
fi
fi