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:
Timo Sirainen 2001-01-16 00:14:14 +00:00 committed by cras
commit e66e10af19
5 changed files with 77 additions and 33 deletions

View file

@ -21,7 +21,9 @@ enum {
typedef struct {
char *name;
#ifdef HAVE_GMODULE
GModule *gmodule;
#endif
} MODULE_REC;
extern GSList *modules;