Use system getopt_long() when available.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3097 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2008-10-18 18:57:19 +00:00
parent a8d9aeb24e
commit c99ef7b9ca
4 changed files with 10 additions and 12 deletions
+3 -7
View File
@@ -1,12 +1,8 @@
uqm_SUBDIRS="sc2code res"
case "$HOST_SYSTEM" in
ARMV5|GCCE|WINSCW)
;;
*)
uqm_SUBDIRS="$uqm_SUBDIRS getopt"
;;
esac
if [ "$uqm_HAVE_GETOPT_LONG" = 0 ]; then
uqm_SUBDIRS="$uqm_SUBDIRS getopt"
fi
case "$HOST_SYSTEM" in
Darwin)