mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-02 22:36:27 +00:00
* configure.in (enable_cgen_maint): Fix typo.
This commit is contained in:
parent
879c041771
commit
c55ea9e781
@ -913,7 +913,7 @@ esac
|
||||
|
||||
# start-sanitize-cygnus
|
||||
# Only configure cgen if --enable-cgen-maint.
|
||||
if [ x$"enable_cgen_maint" != xyes ] ; then
|
||||
if [ "x$enable_cgen_maint" != xyes ] ; then
|
||||
noconfigdirs="$noconfigdirs cgen"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user