summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2008-09-30 17:14:20 +0000
committerFabien Costantini <fabien@onepost.net>2008-09-30 17:14:20 +0000
commit126f2e1dce61170c776a43e75e732bba50802b28 (patch)
tree29db3d180759352ca1ab8b25d479eccc2ea7ec3c
parentc12a2a0d80c86d836d2b3281666bcc89e8b7ac0d (diff)
remove non ascii char before end of line, clean up some dnl lines so that syntax highlighting in emacs is working again as expected.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6355 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index f842ad521..3bfd46b56 100644
--- a/configure.in
+++ b/configure.in
@@ -55,7 +55,7 @@ if test "x$uname" = x; then
uname="CYGWIN"
fi
-dnl Don't automatically add "-g" to compiler options...
+dnl Do not automatically add "-g" to compiler options...
ARCHFLAGS="${ARCHFLAGS:=}"
CFLAGS="${CFLAGS:=}"
CPPFLAGS="${CPPFLAGS:=}"
@@ -85,7 +85,7 @@ case $uname in
;;
esac
-dnl Define the libraries and link options we'll need.
+dnl Define the libraries and link options we will need.
LINKFLTK="../lib/libfltk.a"
LINKFLTKFORMS="../lib/libfltk_forms.a"
LINKFLTKGL="../lib/libfltk_gl.a"
@@ -568,7 +568,7 @@ if test x$enable_cairo = xyes; then
dnl FIXME This part should be fixed so configure do not depend on
dnl we do not rely on pkg-config .
CXXFLAGS="`pkg-config --cflags cairo` $CXXFLAGS"
- CAIROLIBS="-lcairo -lpixman-1"
+ CAIROLIBS="-lcairo -lpixman-1"
LIBS="-lcairo -lpixman-1 $LIBS"
fi