Commit 3bf09ca7 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

shell syntax

parent a7edbf46
...@@ -4131,7 +4131,7 @@ dnl ...@@ -4131,7 +4131,7 @@ dnl
dnl media library dnl media library
dnl dnl
AC_ARG_ENABLE(media-library, [--enable-media-library media library (default disabled)]) AC_ARG_ENABLE(media-library, [--enable-media-library media library (default disabled)])
if test "${enable_media_library}" == "yes"; then if test "${enable_media_library}" = "yes"; then
if test "${enable_sqlite}" != "yes"; then if test "${enable_sqlite}" != "yes"; then
AC_MSG_ERROR([SQLite module is required for the media library]) AC_MSG_ERROR([SQLite module is required for the media library])
else else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment