Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 2, 2001
1 parent 0964352 commit ba7b218
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions acinclude.m4
Expand Up @@ -59,17 +59,6 @@ dnl Now check if the installed SDL is sufficiently new. (Also sanity
dnl checks the results of sdl-config to some extent
dnl
rm -f conf.sdltest
case "$target" in
*-*-darwin*)
cp -r `$SDL_CONFIG --nib` .
dnl create an Info.plist file, unless one exists
if test -f Info.plist ; then
:
else
cp `$SDL_CONFIG --plist` .
fi
;;
esac
AC_TRY_RUN([
#include <stdio.h>
#include <stdlib.h>
Expand Down

0 comments on commit ba7b218

Please sign in to comment.