mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
Check if libtool creates libraries in .libs dir. Check if -lgmodule
doesn't work. #include "../config.h" instead of <config.h>, this should fix problems when config.h is found in some -I dir. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1125 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
0d62878d6e
commit
e66e10af19
5 changed files with 77 additions and 33 deletions
|
|
@ -5,7 +5,7 @@
|
|||
#define IRSSI_WEBSITE "http://irssi.org"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#include "../config.h"
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
@ -39,7 +39,9 @@
|
|||
#endif
|
||||
|
||||
#include <glib.h>
|
||||
#include <gmodule.h>
|
||||
#ifdef HAVE_GMODULE
|
||||
# include <gmodule.h>
|
||||
#endif
|
||||
|
||||
#include "core/memdebug.h"
|
||||
#include "nls.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue