configure.in: Check for the libaquaero5.o file in "obj/".
authorFlorian Forster <octo@collectd.org>
Sun, 18 Aug 2013 08:53:25 +0000 (10:53 +0200)
committerFlorian Forster <octo@collectd.org>
Sun, 18 Aug 2013 08:53:25 +0000 (10:53 +0200)
This is what the aerotools-ng Makefile is currently using.

configure.in

index f074fe6..b396db6 100644 (file)
@@ -1492,7 +1492,7 @@ AC_ARG_WITH(libaquaero5, [AS_HELP_STRING([--with-libaquaero5@<:@=PREFIX@:>@], [P
  else
         with_libaquaero5="yes"
         LIBAQUAERO5_CFLAGS="$LIBAQUAERO5_CFLAGS -I$withval/src"
-        LIBAQUAERO5_LDFLAGS="$LIBAQUAERO5_LDFLAGS -L$withval/lib"
+        LIBAQUAERO5_LDFLAGS="$LIBAQUAERO5_LDFLAGS -L$withval/obj"
  fi; fi
 ],
 [with_libaquaero5="yes"])