gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master 6946637: Typo correction in previous commit


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 6946637: Typo correction in previous commit
Date: Tue, 1 Sep 2020 11:37:36 -0400 (EDT)

branch: master
commit 694663797807a5f05d81050e7b0a748a7eb80734
Author: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>

    Typo correction in previous commit
    
    I just noticed that in Gnuastro's 'config.h' header, I was mistakenly
    writing 'HAVE_WCSLIB_MJDREF' instead of 'HAVE_WCSLIB_OBJFIX'! This has been
    corrected now.
---
 lib/gnuastro-internal/config.h.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/gnuastro-internal/config.h.in 
b/lib/gnuastro-internal/config.h.in
index 416e810..c19fbe9 100644
--- a/lib/gnuastro-internal/config.h.in
+++ b/lib/gnuastro-internal/config.h.in
@@ -42,7 +42,7 @@ along with Gnuastro. If not, see 
<http://www.gnu.org/licenses/>.
 #define GAL_CONFIG_HAVE_WCSLIB_VERSION      @HAVE_WCSLIB_VERSION@
 #define GAL_CONFIG_HAVE_WCSLIB_DIS_H        @HAVE_WCSLIB_DIS_H@
 #define GAL_CONFIG_HAVE_WCSLIB_MJDREF       @HAVE_WCSLIB_MJDREF@
-#define GAL_CONFIG_HAVE_WCSLIB_OBSFIX       @HAVE_WCSLIB_MJDREF@
+#define GAL_CONFIG_HAVE_WCSLIB_OBSFIX       @HAVE_WCSLIB_OBSFIX@
 
 #define GAL_CONFIG_HAVE_PTHREAD_BARRIER     @HAVE_PTHREAD_BARRIER@
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]