Skip to content

Commit

Permalink
Remove X before DISABLE_ONEBODY_PROP...
Browse files Browse the repository at this point in the history
  • Loading branch information
EricaCMitchell committed Apr 23, 2024
1 parent 789276a commit 2a355c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ case $enableval in
;;
esac
])
if test X$DISABLE_ONEBODY_PROPERTY_DERIVS != 0; then
if test $DISABLE_ONEBODY_PROPERTY_DERIVS != 0; then
AC_DEFINE(DISABLE_ONEBODY_PROPERTY_DERIVS)
fi

Expand Down

0 comments on commit 2a355c7

Please sign in to comment.