summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--m4/gst-sid.m48
1 files changed, 2 insertions, 6 deletions
diff --git a/m4/gst-sid.m4 b/m4/gst-sid.m4
index 8ae28772..3ba8a38c 100644
--- a/m4/gst-sid.m4
+++ b/m4/gst-sid.m4
@@ -16,13 +16,9 @@ if test $HAVE_SIDPLAY = "yes"; then
LIBS="-lsidplay"
- AC_TRY_RUN([
- #include <sidplay/player.h>
- int main()
- { sidTune tune = sidTune(0); }
- ],
+ AC_TRY_LINK([#include <sidplay/player.h>],
+ [sidTune tune = sidTune(0);],
HAVE_SIDPLAY="yes",
- HAVE_SIDPLAY="no",
HAVE_SIDPLAY="no")
LIBS="$ac_libs_safe"