aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/configure.ac
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-05-02 21:09:59 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-05-02 21:09:59 +0000
commit3fe5060bb0f4e2c1e6dd9f8fa11e210a17f3a24f (patch)
treed3d281238fb332f8a495c8fd5488fb93e99d6890 /Game/Code/configure.ac
parent77927874d012232c7ee8e3cf068d3ca154afc2a9 (diff)
downloadusdx-3fe5060bb0f4e2c1e6dd9f8fa11e210a17f3a24f.tar.gz
usdx-3fe5060bb0f4e2c1e6dd9f8fa11e210a17f3a24f.tar.xz
usdx-3fe5060bb0f4e2c1e6dd9f8fa11e210a17f3a24f.zip
changed config-macosx.inc to config-darwin.inc. The configure-script will create this automatically.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1057 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--Game/Code/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/configure.ac b/Game/Code/configure.ac
index 8856e762..490df1da 100644
--- a/Game/Code/configure.ac
+++ b/Game/Code/configure.ac
@@ -445,7 +445,7 @@ AC_SUBST(LIBS)
# create output files
# -----------------------------------------
-AC_CONFIG_FILES([config-linux.inc:config.inc.in])
+AC_CONFIG_FILES([config-$FPC_PLATFORM.inc:config.inc.in])
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([$usdxroot/Tools/ResourceExtractor/Makefile])
if [[ x$libprojectM_NEEDS_CWRAPPER = xyes ]]; then