[Gambas-user] Issue 124 in gambas: Configure script mistype - SMTP word
gambas at ...2524...
gambas at ...2524...
Wed Oct 5 14:40:14 CEST 2011
Status: New
Owner: ----
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 124 by Mushkete... at ...626...: Configure script mistype - SMTP word
http://code.google.com/p/gambas/issues/detail?id=124
when running ./configure
=== configuring in gb.net.smtp (/home/ilja/gambas3-2.99.4/gb.net.smtp)
its somewhere says
checking for STMP client component with pkg-config... OK
so its mistype (SMTP-STMP)
its not even a bug,but it can confuse someone (maybe) :D
its easy to fix
this file is located at
trunk > gb.net.smtp > configure.ac
and these are the lines (note STMP client)
GB_COMPONENT_PKG_CONFIG(
smtp,
SMTP,
[STMP client],
[src],
glib-2.0)
More information about the User
mailing list