diff options
author | Monsta <[email protected]> | 2014-12-23 11:17:55 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2014-12-23 11:17:55 +0300 |
commit | a884673c31d0e7a4eeb990b038500aa3d0d3355c (patch) | |
tree | c914e4e708e1d167c3e6356c911af8952d683ee1 /configure.ac | |
parent | 32a360d6c14df5f5338ac602cce3174c2443aa47 (diff) | |
download | caja-extensions-a884673c31d0e7a4eeb990b038500aa3d0d3355c.tar.bz2 caja-extensions-a884673c31d0e7a4eeb990b038500aa3d0d3355c.tar.xz |
sendto: use proper GTK+ version in .pc file
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 9ae2513..9fb29e6 100644 --- a/configure.ac +++ b/configure.ac @@ -50,6 +50,7 @@ case "$with_gtk" in GTK_REQUIRED=3.0.0 ;; esac +AC_SUBST(GTK_API_VERSION) # Common requirements PKG_CHECK_MODULES(CAJA, |