Status: New
Owner: ----
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any  
Desktop-Any GUI-Any

New issue 124 by mushkete...@gmail.com: 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)
        


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to