diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-09-29 14:56:56 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-09-29 14:56:56 +0000 |
commit | e635f3f85cfac8bb802baeb734f8a035348eb384 (patch) | |
tree | 2bf4cbc4373c436162da77e8d8df4a174a6fa7e5 | |
parent | 57aa1ec37519bff08070a35d55613c8a753c08fe (diff) |
fixed typo
svn path=/trunk/externals/zexy/; revision=15408
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 84906e3..edca174 100644 --- a/configure.ac +++ b/configure.ac @@ -118,7 +118,7 @@ then else case "$KERN" in Darwin) - EXTENSION=pd_drawin + EXTENSION=pd_darwin ;; Linux) EXTENSION=pd_linux |