summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2024-05-08 20:24:06 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2024-05-08 20:24:06 (GMT)
commit071572b0df281cfa04442a636e84fbabd2acfe57 (patch)
tree3625f108d6430e8f7e6afb873f240615851c59c4 /configure.ac
parentae2563772fb8c3e3ffb2a980e5c2663da06e31a2 (diff)
Prepare the update of the widget providing a hex view.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 790ff74..a0d1e53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -420,6 +420,9 @@ if test "x$enable_gtk_support" = "xyes"; then
AC_SUBST(TOOLKIT4_CFLAGS)
AC_SUBST(TOOLKIT4_LIBS)
+ AC_SUBST(LIBGTK4_CFLAGS)
+ AC_SUBST(LIBGTK4_LIBS)
+
else
TOOLKIT_CFLAGS="$LIBGOBJ_CFLAGS $LIBGTHREAD_CFLAGS $LIBGMOD_CFLAGS"