about summary refs log tree commit diff
path: root/acconfig.h
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2001-10-10 16:02:24 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2001-10-10 16:02:24 +0000
commit4d1d676dbaf674ed713ae3ecc3afee216d77e00b (patch)
treebca901c8ff8d18134874a7aba42d873a229471c4 /acconfig.h
parenta9d36386d1d7708ca2a3a4815aa68cc9f0925be7 (diff)
downloadzsh-4d1d676dbaf674ed713ae3ecc3afee216d77e00b.tar.gz
zsh-4d1d676dbaf674ed713ae3ecc3afee216d77e00b.tar.xz
zsh-4d1d676dbaf674ed713ae3ecc3afee216d77e00b.zip
enable dynamic libraries on MacOS X is the dlcompat library is installed
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index 2276d7d1d..1026f2b7b 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -259,7 +259,7 @@
 /* Define to 1 if multiple modules defining the same symbol are OK */
 #undef DYNAMIC_NAME_CLASH_OK
 
-/* The exension used for dynamically loaded modules */
+/* The extension used for dynamically loaded modules */
 #undef DL_EXT
 
 /* Define to 1 if you want to use dynamically loaded modules */