X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=configure;h=9808ff3d424ff372e3a97ee666c787bf910832da;hb=65e8ac86ee6e17a12892954ff4a8d46c4766fe0d;hp=cfa00fb0ec6d75c3737c56cf6dad83caf69ebe58;hpb=5941e41209b87a8ed26f273f170abbd484113938;p=melted diff --git a/configure b/configure index cfa00fb..9808ff3 100755 --- a/configure +++ b/configure @@ -58,8 +58,9 @@ function build_config case $targetos in Darwin) - echo "CFLAGS+=-D__DARWIN__" + echo "CFLAGS+=-D__DARWIN__ `sdl-config --cflags`" echo "SHFLAGS=-dynamiclib" + echo "LIBDL=`sdl-config --libs`" ;; Linux) echo "CFLAGS+=-pthread"