diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2017-11-26 16:19:31 +0100 |
---|---|---|
committer | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2017-12-07 12:06:20 +0100 |
commit | c20eddeb385974d6f46494e71ab63d4493df119b (patch) | |
tree | cd81ca55f807afdfbd6999c220388942d7793cd1 /configure.ac | |
parent | 1328e1ba08430b0eaa589919272d732bb84a6921 (diff) | |
download | irssi-c20eddeb385974d6f46494e71ab63d4493df119b.zip |
add glib testing TAP utilities
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index bf15e6ae..c780b9b8 100644 --- a/configure.ac +++ b/configure.ac @@ -295,6 +295,8 @@ fi LIBS="$LIBS $GLIB_LIBS" +GLIB_TESTS + dnl ** dnl ** OpenSSL checks dnl ** |