changeset 30217:6d40c92e081e

Prefer libdca over libdts
author reimar
date Sun, 10 Jan 2010 13:55:55 +0000
parents 30ac5dc10c44
children 9247ff6e841c
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Jan 10 13:52:44 2010 +0000
+++ b/configure	Sun Jan 10 13:55:55 2010 +0000
@@ -6672,7 +6672,7 @@
 #include <dts.h>
 int main(void) { dts_init(0); return 0; }
 EOF
-  for _ld_dca in -ldts -ldca ; do
+  for _ld_dca in -ldca -ldts ; do
     cc_check $_ld_dca $_ld_lm && extra_ldflags="$extra_ldflags $_ld_dca" \
       && _libdca=yes && break
   done