Skip to content

Instantly share code, notes, and snippets.

@anyakichi
Created December 9, 2013 13:31
Show Gist options
  • Save anyakichi/7872274 to your computer and use it in GitHub Desktop.
Save anyakichi/7872274 to your computer and use it in GitHub Desktop.
mlterm fix for Mac OS X
--- kiklib/configure.orig 2013-03-23 21:40:00.000000000 +0900
+++ kiklib/configure 2013-04-15 19:58:13.000000000 +0900
@@ -19839,7 +19839,7 @@
DL_LIBS="${DL_LIBS} ${lt_cv_dlopen_libs}"
# NSLinkModule (darwin)
ac_fn_c_check_func "$LINENO" "NSLinkModule" "ac_cv_func_NSLinkModule"
-if test "x$ac_cv_func_NSLinkModule" = x""yes; then :
+if test "$DL_LOADER" = none && test "x$ac_cv_func_NSLinkModule" = x""yes; then :
DL_LOADER=dyld
DL_LIBS=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment