mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-20 13:23:57 -07:00
Merge pull request #693 from Yisus7u7/patch-1
hydra-gtk: update to gtk3
This commit is contained in:
commit
23c86c45d5
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ AC_PROG_CC
|
|||
AM_PROG_CC_STDC
|
||||
AC_HEADER_STDC
|
||||
|
||||
pkg_modules="gtk+-2.0 >= 2.0.0"
|
||||
pkg_modules="gtk+-3.0 >= 3.24.24"
|
||||
PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
|
||||
AC_SUBST(PACKAGE_CFLAGS)
|
||||
AC_SUBST(PACKAGE_LIBS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue