Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
librsvg
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Carlos Martín Nieto
librsvg
Commits
16b829d8
Commit
16b829d8
authored
Oct 20, 2015
by
Matthias Clasen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a typo
It is miscellaneous, not miscellaenous.
parent
1c420d79
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
configure.ac
configure.ac
+4
-4
No files found.
configure.ac
View file @
16b829d8
...
...
@@ -210,15 +210,15 @@ AC_SUBST([GTK_PREFIX],[$($PKG_CONFIG --variable=prefix gdk-pixbuf-2.0)])
AC_SUBST([CAIRO_PREFIX],[$($PKG_CONFIG --variable=prefix cairo)])
dnl ===========================================================================
dnl Do we build the miscella
en
ous tools provided with librsvg ?
dnl Do we build the miscella
ne
ous tools provided with librsvg ?
AC_ARG_ENABLE(tools,
AC_HELP_STRING([--disable-tools],
[do not build miscella
en
ous tools [default=no]]),
[do not build miscella
ne
ous tools [default=no]]),
[build_misc_tools=$enableval],
[build_misc_tools=yes])
AC_MSG_CHECKING(whether to build miscella
en
ous tools)
AC_MSG_CHECKING(whether to build miscella
ne
ous tools)
if test "x$build_misc_tools" = "xyes" ; then
AC_MSG_RESULT(yes)
else
...
...
@@ -298,5 +298,5 @@ librsvg-$VERSION
Build Vala bindings: ${enable_vala}
Build GdkPixbuf loader: ${enable_pixbuf_loader}
GTK+ $GTK3_REQUIRED or later: ${have_gtk_3}
Build miscella
en
ous tools: ${build_misc_tools}
Build miscella
ne
ous tools: ${build_misc_tools}
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment