Changeset 4bf26d in git


Ignore:
Timestamp:
Jun 1, 2021, 3:54:02 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5e1678b009e016a2dae4aab35bddef8b9f0af3df8c002c8029232f6d8b3610023fc25bd8a66de6e5
Parents:
8f82ccb975c395c74ee7c76acaf7deed7ab904bff25b2fb9bb8d4cd8ae2c074ceb67898735921a8e
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2021-06-01 15:54:02+02:00
git-committer:
GitHub <noreply@github.com>2021-06-01 15:54:02+02:00
Message:
Merge pull request #1096 from orlitzky/fix-configure-bashism

configure.ac: replace double-equals bash comparison.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r8f82cc r4bf26d  
    148148fi], ENABLE_COUNTEDREF_AUTOLOAD=no)
    149149
    150 if test x"${ENABLE_COUNTEDREF_AUTOLOAD}" == xyes; then
     150if test x"${ENABLE_COUNTEDREF_AUTOLOAD}" = xyes; then
    151151  AC_DEFINE([SI_COUNTEDREF_AUTOLOAD],1,[Enable autoloading of reference counted types])
    152152  AC_SUBST(SI_COUNTEDREF_AUTOLOAD)
Note: See TracChangeset for help on using the changeset viewer.