Skip to content

Commit

Permalink
Fix ipptransform3d configuration stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Sep 26, 2023
1 parent cbfaab7 commit 337466f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -3932,6 +3932,9 @@ then :
printf "%s\n" "#define CURAENGINE \"$CURAENGINE\"" >>confdefs.h
IPPTRANSFORM3D_BIN="ipptransform3d"
IPPTRANSFORM3D_HTML="ipptransform3d.html"
IPPTRANSFORM3D_MAN="ipptransform3d.7"
fi
Expand Down
3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ PATH="$SAVEPATH"

AS_IF([test "x$CURAENGINE" != x], [
AC_DEFINE_UNQUOTED([CURAENGINE], ["$CURAENGINE"], [CuraEngine path])
IPPTRANSFORM3D_BIN="ipptransform3d"
IPPTRANSFORM3D_HTML="ipptransform3d.html"
IPPTRANSFORM3D_MAN="ipptransform3d.7"
])


Expand Down

0 comments on commit 337466f

Please sign in to comment.