Skip to content

Commit

Permalink
core: fix definition of GIT_REVISION into config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
guitorri committed Feb 7, 2015
1 parent 64ad184 commit a540512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qucs-core/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ AS_IF([test -d "../.git"],
[AS_IF([test X"$GIT" != "X"],
[AC_MSG_CHECKING([for git tree revision])
GIT_REVISION=`git log --pretty=format:'%h' -n 1u`
AC_DEFINE([GIT_REVISION], ["GIT_REVISION"], [Git short revision hash.])
AC_DEFINE_UNQUOTED([GIT_REVISION], ["$GIT_REVISION"], [Git short revision hash.])
AC_MSG_RESULT($GIT_REVISION)])])

AC_OUTPUT
Expand Down

0 comments on commit a540512

Please sign in to comment.