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:
+3
-7
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user