]> git.pld-linux.org Git - packages/dcd.git/commit
- two very subtle bugs:
authorkloczek <kloczek@pld-linux.org>
Wed, 8 May 2002 07:20:27 +0000 (07:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
commit98a6ff6ab37e178138ac192dce94ae0f6e3b098f
tree8687da86ee4fb72afaf2cbd0070834b5a0b0c343
parent8470c07500219371ebb2e7b70408129f64bb4244
- two very subtle bugs:

-AC_CHECK_FUNC(gethostbyname, [] AC_CHECK_LIB(nsl, gethostbyname))
+AC_CHECK_FUNC(gethostbyname, [], AC_CHECK_LIB(nsl, gethostbyname))
                                ^
missing this causes redundant linking with libnsl on Linux

-  AC_CHECK_LIB(pthread,main,,INCLUDEPTHREAD=0)                                                                                             +  AC_CHECK_LIB(pthread,main, [],INCLUDEPTHREAD=0)

This is fix for autconf 2.5x.

Changed files:
    dcd-ac_fixes.patch -> 1.1
dcd-ac_fixes.patch [new file with mode: 0644]
This page took 0.080493 seconds and 4 git commands to generate.