[PATCH] kdelibs/kioslave/http/configure.in.in: krb5-config
Thiago Macieira
thiago.macieira at kdemail.net
Sun Aug 1 23:02:13 BST 2004
Hello,
the following patch moves the krb5-config detection to before the
AC_MSG_CHECKING line, thus un-cluttering the ./configure output.
It also sets CFLAGS to nothing when calling krb5-config --libs, because
the program adds the contents to the output. This has caused an error
in my system and could also be a source of problem for others.
$ CFLAGS= krb5-config --libs
-L/usr/lib/krb5 -Wl,-rpath -Wl,/usr/lib/krb5 -lkrb5 -lk5crypto -lcom_err
-lresolv
$ CFLAGS=hello krb5-config --libs
-L/usr/lib/krb5 -Wl,-rpath -Wl,/usr/lib/krb5 hello -lkrb5 -lk5crypto
-lcom_err -lresolv
("hello" is just an example)
Any comments? Can I apply?
--
Thiago Macieira - Registered Linux user #65028
thiago (AT) macieira (DOT) info
ICQ UIN: 1967141 PGP/GPG: 0x6EF45358; fingerprint:
E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kio_http-configure.in.in.diff
Type: text/x-diff
Size: 1156 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20040801/3f34d89e/attachment.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20040801/3f34d89e/attachment.sig>
More information about the kde-core-devel
mailing list