Don't insist on 'long long int' support in the preprocessor. It
[gnulib.git] / modules / frexp-tests
index 910b0db..adfe218 100644 (file)
@@ -3,13 +3,14 @@ tests/test-frexp.c
 
 Depends-on:
 isnan-nolibm
+signbit
 
 configure.ac:
 
 Makefile.am:
 TESTS += test-frexp
 check_PROGRAMS += test-frexp
-test_frexp_LDADD = @FREXP_LIBM@ $(LDADD)
+test_frexp_LDADD = $(LDADD) @FREXP_LIBM@
 
 License:
 LGPL