Skip to content

Commit

Permalink
Nix os_version def for darwin; it's unused and breaks if minor versio…
Browse files Browse the repository at this point in the history
…n is >= 10

git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@350120 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
wsanchez committed Dec 1, 2005
1 parent eb02b47 commit 92e84f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -508,9 +508,6 @@ case $host in
*linux*)
os_version=`uname -r | sed -e 's/\(.\)\.\(.\)\.\(.\).*/\1\2\3/'`
;;
*darwin*)
os_version=`uname -r | sed -e 's/\(.\)\.\(.\).*/\1\2/'`
;;
*)
os_version=OS_VERSION_IS_NOT_SET
;;
Expand Down

0 comments on commit 92e84f2

Please sign in to comment.