aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2008-08-07 15:19:34 +0200
committerMiklos Vajna <vmiklos@frugalware.org>2008-08-07 15:19:34 +0200
commit446c6fffaf80d86b6c756c728adb0d5fb5b40110 (patch)
tree5bbfa3c4f124c191a24cdac6c3e3cb969b375d12
parent75d5e71882789ec27c0615db0e6125cfc3f186aa (diff)
typo fix for creating the osx plugin
-rw-r--r--skype/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/skype/configure.ac b/skype/configure.ac
index 486427a5..4fefe614 100644
--- a/skype/configure.ac
+++ b/skype/configure.ac
@@ -18,7 +18,7 @@ case "`$CC -dumpmachine`" in
;;
*apple-darwin*)
SHARED_FLAGS="-dynamiclib -Wl,-headerpad_max_install_names,-undefined,dynamic_lookup"
- SHARED_EXT="dynlib"
+ SHARED_EXT="dylib"
;;
*)
AC_MSG_ERROR([Your machine is not yet supported])