summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorM Joonas Pihlaja <jpihlaja@cc.helsinki.fi>2010-07-21 22:39:40 +0300
committerM Joonas Pihlaja <jpihlaja@cc.helsinki.fi>2010-07-21 22:39:40 +0300
commit53fcfc781eeee949abc03cf90048a2228f7e0a63 (patch)
tree875b826299e4a262948818d973bfcbc7c1cedda8 /build
parentfd1e731c9d0af307ebde4d888866c95bd6ebe66d (diff)
build: Typos in comments.
Fix inline "dnl" strings left over from a string substitution "--" -> "dnl".
Diffstat (limited to 'build')
-rw-r--r--build/configure.ac.pthread8
1 files changed, 4 insertions, 4 deletions
diff --git a/build/configure.ac.pthread b/build/configure.ac.pthread
index 4210c151..52033619 100644
--- a/build/configure.ac.pthread
+++ b/build/configure.ac.pthread
@@ -6,8 +6,8 @@ dnl a) A minimal level denoted by -DCAIRO_HAS_PTHREAD=1: This level
dnl requires mutex and recursive mutexattr support. If possible we try
dnl to use weakly linked stubs from libc over the real pthread library.
dnl This level is required by the cairo library proper. If the user
-dnl invokes configure with dnlenable-pthread=yes or
-dnl dnlenable-pthread=always then we avoid trying to use weak stubs.
+dnl invokes configure with --enable-pthread=yes or
+dnl --enable-pthread=always then we avoid trying to use weak stubs.
dnl
dnl b) A full level denoted by -DCAIRO_HAS_REAL_PTHREAD=1: This level
dnl requires full support from a real pthread library, including thread
@@ -21,12 +21,12 @@ dnl [CAIRO_CONFIGURE_PTHREAD])
dnl
dnl This should be invoked near the end of configure.ac so that
dnl the pthread specific CFLAGS and LIBS end up at the front
-dnl of CAIRO_CFLAGS and CAIRO_LIBS dnl this helps ensure that we
+dnl of CAIRO_CFLAGS and CAIRO_LIBS -- this helps ensure that we
dnl really do get non-weak symbols from the actual pthread library
dnl rather than possible stubs in other libraries.
dnl
dnl The user can override the choices made by
-dnl CAIRO_CONFIGURE_PTHREAD by using dnlenable-pthread=yes and
+dnl CAIRO_CONFIGURE_PTHREAD by using --enable-pthread=yes and
dnl giving PTHREAD_CFLAGS and PTHREAD_LIBS to configure.
dnl
dnl Sets environment variables: