diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2007-04-09 13:06:54 +1000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2007-04-09 13:06:54 +1000 |
commit | d8a0a0845572dc2a7427bd57b851df7f766a11ab (patch) | |
tree | 150ba27197981ccd45c5d55fcfc84b55ae466431 | |
parent | eeef963212c89bd041042f21c743a74678d059e3 (diff) |
Remove dependency on libm
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d4acc26..5552694 100644 --- a/configure.ac +++ b/configure.ac @@ -174,7 +174,7 @@ AC_SUBST(ALTIVEC_CFLAGS) # TWIN_DEP_*FLAGS define all flags required by dependencies of libtwin -TWIN_DEP_LDFLAGS="$X_LIBS $PNG_LIBS $JPEG_LIBS $Z_LIBS -lm" +TWIN_DEP_LDFLAGS="$X_LIBS $PNG_LIBS $JPEG_LIBS $Z_LIBS" TWIN_DEPCFLAGS="$X_CFLAGS $PNG_CFLAGS" AC_SUBST(TWIN_DEP_CFLAGS) AC_SUBST(TWIN_DEP_LDFLAGS) |