X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=configure;h=68e490edcf82261a320969efb90de8d9e1fc52bb;hb=ef7ca733ee283439a791bfcaea8016bfa3f44a29;hp=9808ff3d424ff372e3a97ee666c787bf910832da;hpb=65e8ac86ee6e17a12892954ff4a8d46c4766fe0d;p=melted diff --git a/configure b/configure index 9808ff3..68e490e 100755 --- a/configure +++ b/configure @@ -60,7 +60,7 @@ function build_config Darwin) echo "CFLAGS+=-D__DARWIN__ `sdl-config --cflags`" echo "SHFLAGS=-dynamiclib" - echo "LIBDL=`sdl-config --libs`" + echo "LDFLAGS+=`sdl-config --libs`" ;; Linux) echo "CFLAGS+=-pthread"