Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libSDL
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
libSDL
Commits
0f3c139a
Commit
0f3c139a
authored
Mar 11, 2011
by
Sam Lantinga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We don't want to remove SDL_config.h since it's in source control now.
parent
64db8ae2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
10 deletions
+2
-10
configure
configure
+1
-5
configure.in
configure.in
+1
-5
No files found.
configure
View file @
0f3c139a
...
...
@@ -15474,11 +15474,7 @@ done
INCLUDE
=
"-I
$srcdir
/include"
if
test
x
$srcdir
!=
x.
;
then
# Remove SDL_config.h from the source directory, since it's the
# default one, and we want to include the one that we generate.
if
test
-f
$srcdir
/include/SDL_config.h
;
then
rm
$srcdir
/include/SDL_config.h
fi
# We want to include the generated SDL_config.h first
INCLUDE
=
"-Iinclude
$INCLUDE
"
fi
case
"
$host
"
in
...
...
configure.in
View file @
0f3c139a
...
...
@@ -65,11 +65,7 @@ AC_CHECK_PROGS(WINDRES, [windres $hostaliaswindres $host_os-windres])
dnl Set up the compiler and linker flags
INCLUDE="-I$srcdir/include"
if test x$srcdir != x.; then
# Remove SDL_config.h from the source directory, since it's the
# default one, and we want to include the one that we generate.
if test -f $srcdir/include/SDL_config.h; then
rm $srcdir/include/SDL_config.h
fi
# We want to include the generated SDL_config.h first
INCLUDE="-Iinclude $INCLUDE"
fi
case "$host" in
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment