summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Rathke <erack@apache.org>2011-09-05 17:24:11 +0000
committerEike Rathke <erack@apache.org>2011-09-05 17:24:11 +0000
commit835bba16b1407d5a8f998623f52e67bd86cc42f6 (patch)
tree25beedb43fc77b279b4270f9bee018375124f434
parentad187fed908bc180a38aa25e58948bd0f488a256 (diff)
fix typo, ENABLE_DIRECTX instead of ENABLE_DIRETX
-rw-r--r--set_soenv.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/set_soenv.in b/set_soenv.in
index e5d75e8ac174..3411b7452db4 100644
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1102,7 +1102,7 @@ if ($platform =~ m/cygwin|os2/)
}
$ILIB .= $wps.PathFormat("@MINGW_CLIB_DIR@").
$wps.$PSDK_HOME.$LIB;
- if ( '@ENABLE_DIRETX@' )
+ if ( '@ENABLE_DIRECTX@' )
{ $ILIB .= $wps.PathFormat("@DIRECTXSDK_LIB@");
}
}