1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-18 04:19:55 +01:00

Add missing config.h.in for gloox.

This commit is contained in:
John Maguire 2011-03-01 13:57:22 +00:00
parent e62db35dd1
commit 7f48896aa6

6
3rdparty/gloox/config.h.in vendored Normal file
View File

@ -0,0 +1,6 @@
#ifndef GLOOX_CONFIG_H
#define GLOOX_CONFIG_H
#cmakedefine HAVE_GNUTLS
#endif