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
This commit is contained in:
Fabien Costantini 2008-09-30 17:14:20 +00:00
parent c12a2a0d80
commit 126f2e1dce

View File

@ -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