Commit bb484855 authored by Sergey Prokhorov's avatar Sergey Prokhorov

build: set GDK_VERSION_MIN_REQUIRED, to avoid deprecation warnings (ported from pptp)

parent 64397cd2
...@@ -94,6 +94,7 @@ if test x"$with_gnome" != xno; then ...@@ -94,6 +94,7 @@ if test x"$with_gnome" != xno; then
*) AC_MSG_ERROR(unknown GTK+ version $with_gtkver!) *) AC_MSG_ERROR(unknown GTK+ version $with_gtkver!)
;; ;;
esac esac
GTK_CFLAGS="$GTK_CFLAGS -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0"
AC_SUBST(GTK_CFLAGS) AC_SUBST(GTK_CFLAGS)
AC_SUBST(GTK_LIBS) AC_SUBST(GTK_LIBS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment